DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on MTL_RESERVATIONS

Line 823: from mtl_reservations mr,

819: begin
820:
821: select reservation_id
822: into lReserveId
823: from mtl_reservations mr,
824: oe_order_lines_all oel,
825: oe_order_headers_all oeh,
826: oe_transaction_types_all ota,
827: oe_transaction_types_tl otl,

Line 865: xTableName := 'MTL_RESERVATIONS';

861:
862: when others then
863: xErrorMessage := 'ERROR: Failed in work_orders_exist ';
864: xMessageName := 'CTO_DELINK_ITEM_ERROR';
865: xTableName := 'MTL_RESERVATIONS';
866: return(false);
867:
868: end work_orders_exist;
869:

Line 935: from mtl_reservations mr,

931: -- end bugfix 2745590
932:
933: CURSOR reservations IS
934: select distinct reservation_id
935: from mtl_reservations mr,
936: oe_order_lines_all oel,
937: oe_order_headers_all oeh,
938: oe_transaction_types_all ota,
939: oe_transaction_types_tl otl,