DBA Data[Home] [Help]

APPS.AHL_MC_PATH_POSITION_PVT dependencies on AHL_MC_RULE_STATEMENTS

Line 1874: FROM AHL_MC_RULE_STATEMENTS

1870: --
1871: --Fetch all version specific path positions
1872: CURSOR check_posid_in_rstmts_csr (p_position_id IN NUMBER) IS
1873: SELECT 'X'
1874: FROM AHL_MC_RULE_STATEMENTS
1875: WHERE (subject_ID = p_position_id
1876: AND subject_type = 'POSITION')
1877: OR (object_id = p_position_id
1878: AND (object_type = 'ITEM_AS_POSITION'