DBA Data[Home] [Help]

APPS.AHL_UMP_SMRINSTANCE_PVT dependencies on CSI_II_RELATIONSHIPS

Line 1731: SELECT subject_id from csi_ii_relationships csii WHERE

1727: PROCEDURE populate_dependent_instances(
1728: p_module_type IN VARCHAR2)IS
1729:
1730: CURSOR dependent_components_csr IS
1731: SELECT subject_id from csi_ii_relationships csii WHERE
1732: EXISTS (select 'x' from ahl_unit_effectivities_b UE where UE.csi_item_instance_id = csii.subject_id)
1733: AND NOT EXISTS (select 'x' from AHL_APPLICABLE_INSTANCES where csi_item_instance_id = csii.subject_id)
1734: START WITH object_id IN (SELECT csi_item_instance_id FROM AHL_APPLICABLE_INSTANCES WHERE POSITION_ID = 0)
1735: AND trunc(nvl(csii.active_start_date, sysdate)) <= Trunc(sysdate)