DBA Data[Home] [Help]

APPS.PER_JP_DEPENDENT_PKG dependencies on PER_INFO_TYPE_SECURITY_CIT_V

Line 562: per_info_type_security_cit_v pitsc

558: and exists(
559: select null
560: from per_contact_relationships pcr,
561: per_business_groups_perf pbg,
562: per_info_type_security_cit_v pitsc
563: -- /* This relation is to fetch legislation code, ideally this should be parameter. */
564: where pcr.contact_relationship_id = pceif.contact_relationship_id
565: and pbg.business_group_id = pcr.business_group_id
566: -- /* This sql should be called by EBS, ideally these should be parameter.