index

Package BANINST1.fb_vendor_type_rules

Support subprograms for vendor type API(FB_VENDOR_TYPE_RULES).


Program units
p_register_entity   Register the attribute/value pairs to the message cache This signature uses the PK only, for the delete operations
p_register_entity   Register the attribute/value pairs to the message cache This signature registers the all parameters
p_validate   Validates all the data in the record


p_register_entity

Procedure p_register_entity(p_operation_type NUMBER,
                            p_pidm           ftvvent.ftvvent_pidm%TYPE,
                            p_vtyp_code      ftvvent.ftvvent_vtyp_code%TYPE)

Register the attribute/value pairs to the message cache This signature uses the PK only, for the delete operations

Parameters
p_pidm   Personal identification number for the vendor.  Must exist on SATURN.SPRIDEN.
p_vtyp_code   Vendor type code.  Must exist on FTVVTYP.


p_register_entity

Procedure p_register_entity(p_operation_type NUMBER,
                            p_pidm           ftvvent.ftvvent_pidm%TYPE,
                            p_vtyp_code      ftvvent.ftvvent_vtyp_code%TYPE,
                            p_user_id        ftvvent.ftvvent_user_id%TYPE,
                            p_data_origin    ftvvent.ftvvent_data_origin%TYPE)

Register the attribute/value pairs to the message cache This signature registers the all parameters

Parameters
p_pidm   Personal identification number for the vendor.  Must exist on SATURN.SPRIDEN.
p_vtyp_code   Vendor type code.  Must exist on FTVVTYP.
p_user_id   USER IDENTIFICATION:  The unique identification code of the user.


p_validate

Procedure p_validate(p_pidm        ftvvent.ftvvent_pidm%TYPE,
                     p_vtyp_code   ftvvent.ftvvent_vtyp_code%TYPE,
                     p_user_id     ftvvent.ftvvent_user_id%TYPE,
                     p_data_origin ftvvent.ftvvent_data_origin%TYPE DEFAULT NULL)

Validates all the data in the record

Parameters
p_pidm   Personal identification number for the vendor.  Must exist on SATURN.SPRIDEN.
p_vtyp_code   Vendor type code.  Must exist on FTVVTYP.
p_user_id   USER IDENTIFICATION:  The unique identification code of the user.
p_data_origin   DATA ORIGIN: Source system that generated the data.