DBA Data[Home] [Help]

APPS.AHL_MM_CANNIBALIZATION_PVT dependencies on AHL_MC_RELATIONSHIPS

Line 90: FROM ahl_mc_relationships

86:
87: CURSOR get_mc_pos(c_mc_header_id NUMBER, c_position_key NUMBER)
88: IS
89: SELECT 'X'
90: FROM ahl_mc_relationships
91: WHERE mc_header_id = c_mc_header_id
92: AND position_key = c_position_key;
93:
94: CURSOR get_uom(c_org_id NUMBER, c_item_id NUMBER)