DBA Data[Home] [Help]

APPS.PO_MULTI_MOD_PVT dependencies on PO_REQAPPROVAL_INIT1

Line 2362: -- by calling PO_REQAPPROVAL_INIT1.Start_WF_Process

2358: --Locks:
2359: -- None.
2360: --Function:
2361: -- 1. Starts the approval workflow for the current document in background mode
2362: -- by calling PO_REQAPPROVAL_INIT1.Start_WF_Process
2363: --Parameters:
2364: --IN:
2365: --p_multi_mod_request_id
2366: -- The Multi-Mod Request Id

Line 2447: debug(d_module, d_position, 'Calling PO_REQAPPROVAL_INIT1.Start_WF_Process', FND_API.G_TRUE);

2443: l_communicate_price_change := l_headers_draft_rec.retro_price_apply_updates_flag;
2444: END IF;
2445:
2446: d_position := 20;
2447: debug(d_module, d_position, 'Calling PO_REQAPPROVAL_INIT1.Start_WF_Process', FND_API.G_TRUE);
2448:
2449: PO_REQAPPROVAL_INIT1.Start_WF_Process(
2450: ItemType => NULL,
2451: ItemKey => NULL,

Line 2449: PO_REQAPPROVAL_INIT1.Start_WF_Process(

2445:
2446: d_position := 20;
2447: debug(d_module, d_position, 'Calling PO_REQAPPROVAL_INIT1.Start_WF_Process', FND_API.G_TRUE);
2448:
2449: PO_REQAPPROVAL_INIT1.Start_WF_Process(
2450: ItemType => NULL,
2451: ItemKey => NULL,
2452: WorkflowProcess => NULL,
2453: ActionOriginatedFrom => 'MULTI_MOD',

Line 2486: debug(d_module, d_position, 'After the call to PO_REQAPPROVAL_INIT1.Start_WF_Process', FND_API.G_TRUE);

2482: p_bypass_checks_flag => 'N' --hard-coded in case of Multi-Mod
2483: );
2484:
2485: d_position := 30;
2486: debug(d_module, d_position, 'After the call to PO_REQAPPROVAL_INIT1.Start_WF_Process', FND_API.G_TRUE);
2487:
2488: x_return_status := FND_API.G_RET_STS_SUCCESS;
2489:
2490: d_position := 40;