DBA Data[Home] [Help]

APPS.PER_PDP_INS dependencies on STANDARD

Line 766: because of a) API standards and b) alter effective date functionality

762: -- As the primary key argument(s)
763: -- are specified as an OUT's we must set these values.
764: --
765: /* p_period_of_placement_id has been added as an ID-based primary key
766: because of a) API standards and b) alter effective date functionality
767: in forms. It is hidden from the user because this table supports the
768: new user key apps standards (person_id and date_start). The parameter
769: p_period_of__placement is therefore not present in this ins proc.
770:

Line 768: new user key apps standards (person_id and date_start). The parameter

764: --
765: /* p_period_of_placement_id has been added as an ID-based primary key
766: because of a) API standards and b) alter effective date functionality
767: in forms. It is hidden from the user because this table supports the
768: new user key apps standards (person_id and date_start). The parameter
769: p_period_of__placement is therefore not present in this ins proc.
770:
771: p_period_of_placement_id := l_rec.period_of_placement_id;
772: */