DBA Data[Home] [Help]

APPS.PO_APPROVAL_REMINDER_SV dependencies on PO_REQAPPROVAL_INIT1

Line 1738: PO_REQAPPROVAL_INIT1.Get_User_Name (p_agent_id,

1734: p_display_name => l_agent_disp_name);
1735: ***/
1736:
1737:
1738: PO_REQAPPROVAL_INIT1.Get_User_Name (p_agent_id,
1739: l_agent_username,
1740: l_agent_disp_name);
1741:
1742: wf_engine.SetItemAttrText ( itemtype => l_itemtype,

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

2413: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug('APVRMDER',NULL,l_progress);
2414: END IF;
2415:
2416:
2417: PO_REQAPPROVAL_INIT1.get_multiorg_context (p_DocumentTypeCode, p_DocumentID, l_orgid);
2418:
2419: IF l_orgid is NOT NULL THEN
2420:
2421: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --

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

2547: aname => 'APPLICATION_ID',
2548: avalue => p_ApplicationID);
2549:
2550: -- Bug 4290541, replaced apps init call with set doc mgr context
2551: PO_REQAPPROVAL_INIT1.Set_doc_mgr_context(l_itemtype, l_itemkey);
2552:
2553: /* Bug 2780033.
2554: * Add the communication flags to the call to
2555: * start_wf_process below.

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

2559: p_DocumentNumber;
2560: IF (g_po_wf_debug = 'Y') THEN
2561: PO_WF_DEBUG_PKG.insert_debug('POXWARMB',NULL,l_progress);
2562: END IF;
2563: PO_REQAPPROVAL_INIT1.Start_WF_Process ( ItemType => l_ItemType,
2564: ItemKey => l_ItemKey,
2565: WorkflowProcess => l_WorkflowProcess,
2566: ActionOriginatedFrom => p_ActionOriginatedFrom,
2567: DocumentID => p_DocumentID,

Line 3456: PO_REQAPPROVAL_INIT1.get_user_name (

3452: BEGIN
3453: l_item_key := 'PO_LINE_REMINDER-' || p_line_reminder_type || '-'
3454: || p_po_line_id;
3455:
3456: PO_REQAPPROVAL_INIT1.get_user_name (
3457: p_employee_id => p_requester_id,
3458: x_username => l_requester_user_name,
3459: x_user_display_name => l_requester_disp_name );
3460: