DBA Data[Home] [Help]

APPS.BEN_DM_DATA_UTIL dependencies on PER_ALL_PEOPLE_F

Line 183: -- p_table_name = 'PER_ALL_PEOPLE_F'

179: ------------------------------------- create_pk_cache ------------------------
180: -- This procedure called from upload pakcakged
181: -- this is always called while creating the PK so the existence id not validated
182: -- p_target_id = person_id values created to insert
183: -- p_table_name = 'PER_ALL_PEOPLE_F'
184: -- p_source_id = person_id from the souce instance
185: -- p_source_column = 'PERSON_ID'
186: -- p_business_group_name = target business group name
187: --------------------------------------------------------------------------------

Line 1250: from per_all_people_f

1246: ;
1247:
1248: cursor csr_get_person (c_business_group_id number, c_national_identifier varchar2) is
1249: select person_id
1250: from per_all_people_f
1251: where business_group_id = c_business_group_id
1252: and national_identifier = c_national_identifier;
1253:
1254: -- Declare cursors and local variables