DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on INV_KANBAN_PVT

Line 4783: l_doc_type := INV_Kanban_PVT.G_doc_type_Discrete_Job ;

4779:
4780: l_msg := 'WIP_ML_KB_UPDATE_FAILED';
4781: l_doc_header_id := wjsi_row.wip_entity_id ;
4782: if(wjsi_row.load_type = wip_constants.create_job) then
4783: l_doc_type := INV_Kanban_PVT.G_doc_type_Discrete_Job ;
4784: elsif(wjsi_row.load_type = wip_constants.create_sched) then
4785: l_doc_type := INV_Kanban_PVT.G_doc_type_Rep_Schedule ;
4786: else
4787: raise fnd_api.g_exc_unexpected_error;

Line 4785: l_doc_type := INV_Kanban_PVT.G_doc_type_Rep_Schedule ;

4781: l_doc_header_id := wjsi_row.wip_entity_id ;
4782: if(wjsi_row.load_type = wip_constants.create_job) then
4783: l_doc_type := INV_Kanban_PVT.G_doc_type_Discrete_Job ;
4784: elsif(wjsi_row.load_type = wip_constants.create_sched) then
4785: l_doc_type := INV_Kanban_PVT.G_doc_type_Rep_Schedule ;
4786: else
4787: raise fnd_api.g_exc_unexpected_error;
4788: end if;
4789:

Line 4793: inv_kanban_pvt.update_card_supply_status (

4789:
4790: -- Tell Inventory to update the kanban card's supply status.
4791: -- Abort this request if unsuccessful.
4792: begin
4793: inv_kanban_pvt.update_card_supply_status (
4794: x_return_status => l_status,
4795: p_kanban_card_id => wjsi_row.kanban_card_id,
4796: p_supply_status => INV_Kanban_PVT.G_Supply_Status_InProcess,
4797: p_document_type => l_doc_type,

Line 4796: p_supply_status => INV_Kanban_PVT.G_Supply_Status_InProcess,

4792: begin
4793: inv_kanban_pvt.update_card_supply_status (
4794: x_return_status => l_status,
4795: p_kanban_card_id => wjsi_row.kanban_card_id,
4796: p_supply_status => INV_Kanban_PVT.G_Supply_Status_InProcess,
4797: p_document_type => l_doc_type,
4798: p_document_header_id => l_doc_header_id);
4799: exception
4800: when others then