DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on MTL_RESERVATIONS

Line 748: from mtl_reservations mr,

744: begin
745:
746: select reservation_id
747: into lReserveId
748: from mtl_reservations mr,
749: oe_order_lines_all oel,
750: oe_order_headers_all oeh,
751: oe_transaction_types_all ota,
752: oe_transaction_types_tl otl,

Line 790: xTableName := 'MTL_RESERVATIONS';

786:
787: when others then
788: xErrorMessage := 'ERROR: Failed in work_orders_exist ';
789: xMessageName := 'CTO_DELINK_ITEM_ERROR';
790: xTableName := 'MTL_RESERVATIONS';
791: return(false);
792:
793: end work_orders_exist;
794:

Line 860: from mtl_reservations mr,

856: -- end bugfix 2745590
857:
858: CURSOR reservations IS
859: select distinct reservation_id
860: from mtl_reservations mr,
861: oe_order_lines_all oel,
862: oe_order_headers_all oeh,
863: oe_transaction_types_all ota,
864: oe_transaction_types_tl otl,