DBA Data[Home] [Help]

APPS.AHL_MC_PATH_POSITION_PVT dependencies on AHL_MC_RULE_STATEMENTS

Line 1816: FROM AHL_MC_RULE_STATEMENTS

1812: --
1813: --Fetch all version specific path positions
1814: CURSOR check_posid_in_rstmts_csr (p_position_id IN NUMBER) IS
1815: SELECT 'X'
1816: FROM AHL_MC_RULE_STATEMENTS
1817: WHERE (subject_ID = p_position_id
1818: AND subject_type = 'POSITION')
1819: OR (object_id = p_position_id
1820: AND (object_type = 'ITEM_AS_POSITION'