DBA Data[Home] [Help]

APPS.AHL_SB_RULES_PVT dependencies on AHL_ITEM_GROUPS_B

Line 1417: FROM AHL_ITEM_GROUPS_B

1413:
1414: -- cursor to check the given item group id
1415: CURSOR chk_item_group_id_csr (c_item_group_id NUMBER) IS
1416: SELECT 'X'
1417: FROM AHL_ITEM_GROUPS_B
1418: WHERE item_group_id = c_item_group_id;
1419:
1420: -- curosr to get the SB rules defined for the positions affected by fork
1421: CURSOR get_rule_id_for_fork_csr (c_src_item_group_id NUMBER) IS