DBA Data[Home] [Help]

APPS.PO_APPROVAL_REMINDER_SV dependencies on PO_REQAPPROVAL_INIT1

Line 1708: PO_REQAPPROVAL_INIT1.Get_User_Name (p_agent_id,

1704: p_display_name => l_agent_disp_name);
1705: ***/
1706:
1707:
1708: PO_REQAPPROVAL_INIT1.Get_User_Name (p_agent_id,
1709: l_agent_username,
1710: l_agent_disp_name);
1711:
1712: wf_engine.SetItemAttrText ( itemtype => l_itemtype,

Line 2383: PO_REQAPPROVAL_INIT1.get_multiorg_context (p_DocumentTypeCode, p_DocumentID, l_orgid);

2379: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug('APVRMDER',NULL,l_progress);
2380: END IF;
2381:
2382:
2383: PO_REQAPPROVAL_INIT1.get_multiorg_context (p_DocumentTypeCode, p_DocumentID, l_orgid);
2384:
2385: IF l_orgid is NOT NULL THEN
2386:
2387: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --

Line 2517: PO_REQAPPROVAL_INIT1.Set_doc_mgr_context(l_itemtype, l_itemkey);

2513: aname => 'APPLICATION_ID',
2514: avalue => p_ApplicationID);
2515:
2516: -- Bug 4290541, replaced apps init call with set doc mgr context
2517: PO_REQAPPROVAL_INIT1.Set_doc_mgr_context(l_itemtype, l_itemkey);
2518:
2519: /* Bug 2780033.
2520: * Add the communication flags to the call to
2521: * start_wf_process below.

Line 2529: PO_REQAPPROVAL_INIT1.Start_WF_Process ( ItemType => l_ItemType,

2525: p_DocumentNumber;
2526: IF (g_po_wf_debug = 'Y') THEN
2527: PO_WF_DEBUG_PKG.insert_debug('POXWARMB',NULL,l_progress);
2528: END IF;
2529: PO_REQAPPROVAL_INIT1.Start_WF_Process ( ItemType => l_ItemType,
2530: ItemKey => l_ItemKey,
2531: WorkflowProcess => l_WorkflowProcess,
2532: ActionOriginatedFrom => p_ActionOriginatedFrom,
2533: DocumentID => p_DocumentID,

Line 3422: PO_REQAPPROVAL_INIT1.get_user_name (

3418: BEGIN
3419: l_item_key := 'PO_LINE_REMINDER-' || p_line_reminder_type || '-'
3420: || p_po_line_id;
3421:
3422: PO_REQAPPROVAL_INIT1.get_user_name (
3423: p_employee_id => p_requester_id,
3424: x_username => l_requester_user_name,
3425: x_user_display_name => l_requester_disp_name );
3426: