DBA Data[Home] [Help]

APPS.WSMPLBMI dependencies on WSM_RESERVATIONS_PVT

Line 8719: l_rsv_exists:= wsm_reservations_pvt.check_reservation_exists(

8715: where wip_entity_id=l_wip_entity_id
8716: and organization_id=l_organization_id;
8717:
8718: if l_transaction_type = 2 then
8719: l_rsv_exists:= wsm_reservations_pvt.check_reservation_exists(
8720: p_wip_entity_id => l_wip_entity_id ,
8721: p_org_id => l_organization_id ,
8722: p_inventory_item_id => l_primary_item_id
8723: );

Line 8734: wsm_reservations_pvt.modify_reservations_move (

8730: If l_rsv_exists then
8731: --If l_transaction_type = 2 THEN --not normal move or undo
8732:
8733: l_stmt_num := 251.2;
8734: wsm_reservations_pvt.modify_reservations_move (
8735: p_wip_entity_id => l_wip_entity_id,
8736: P_inventory_item_id => l_primary_item_id,
8737: P_org_id => l_organization_id,
8738: P_txn_type => l_transaction_type,--2,

Line 10906: wsm_reservations_pvt.modify_reservations_move(

10902: from wip_discrete_jobs
10903: where wip_entity_id=rec.wip_entity_id
10904: and organization_id=rec.organization_id;
10905: l_stmt_num := 290.1;
10906: wsm_reservations_pvt.modify_reservations_move(
10907: p_wip_entity_id => rec.wip_entity_id,
10908: P_inventory_item_id => l_primary_item_id,
10909: P_org_id => rec.organization_id,
10910: P_txn_type => 3,