DBA Data[Home] [Help]

APPS.PER_FR_VALIDATE_DELETE_PKG dependencies on PER_ALL_PEOPLE_F

Line 95: from per_all_people_f pap

91: where bargaining_organization_id = x_organization_id;
92:
93: cursor csr_cpam is
94: select '1'
95: from per_all_people_f pap
96: where pap.per_information_category = 'FR'
97: and to_number(pap.per_information11)
98: = x_organization_id;
99: