DBA Data[Home] [Help]

APPS.PER_JP_EMPDET_ARCHIVE_PKG dependencies on PER_CONTACT_RELATIONSHIPS

Line 1892: from per_contact_relationships pcr,

1888: pcr.rltd_per_rsds_w_dsgntr_flag,
1889: fnd_number.canonical_to_number(pcr.cont_information2) sequence,
1890: pcr.cont_information3 household_head,
1891: pcr.cont_information1 si_itax
1892: from per_contact_relationships pcr,
1893: per_all_people_f pp
1894: where pcr.person_id = l_person_id
1895: and l_effective_date_ass
1896: between nvl(pcr.date_start,hr_api.g_sot) and nvl(pcr.date_end,l_effective_date_ass)