DBA Data[Home] [Help]

APPS.HR_PUMP_GET dependencies on PER_CONTACT_RELATIONSHIPS

Line 2481: from per_contact_relationships pcr,

2477: l_contact_relationship_id number;
2478: begin
2479: select pcr.contact_relationship_id
2480: into l_contact_relationship_id
2481: from per_contact_relationships pcr,
2482: hr_pump_batch_line_user_keys contact_key,
2483: hr_pump_batch_line_user_keys contactee_key
2484: where contact_key.user_key_value = p_contact_user_key
2485: and pcr.contact_person_id = contact_key.unique_key_id