DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_REQAPPROVAL_INIT1

Line 4932: l_view_po_url := PO_REQAPPROVAL_INIT1.get_po_url(

4928: attribute to open PO or Release Form depending on what
4929: document was created. */
4930: --
4931: -- Set the URL and form link attributes based on doc style and type
4932: l_view_po_url := PO_REQAPPROVAL_INIT1.get_po_url(
4933: p_po_header_id => x_autocreated_doc_id,
4934: p_doc_subtype => x_doc_type_to_create,
4935: p_mode => 'viewOnly');
4936:

Line 4937: l_edit_po_url := PO_REQAPPROVAL_INIT1.get_po_url(

4933: p_po_header_id => x_autocreated_doc_id,
4934: p_doc_subtype => x_doc_type_to_create,
4935: p_mode => 'viewOnly');
4936:
4937: l_edit_po_url := PO_REQAPPROVAL_INIT1.get_po_url(
4938: p_po_header_id => x_autocreated_doc_id,
4939: p_doc_subtype => x_doc_type_to_create,
4940: p_mode => 'update');
4941:

Line 5015: po_reqapproval_init1.get_user_name(x_agent_id, x_username, x_user_display_name);

5011: IF (g_po_wf_debug = 'Y') THEN
5012: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);
5013: END IF;
5014:
5015: po_reqapproval_init1.get_user_name(x_agent_id, x_username, x_user_display_name);
5016:
5017: po_wf_util_pkg.SetItemAttrText (itemtype => itemtype,
5018: itemkey => itemkey,
5019: aname => 'BUYER_USERNAME',

Line 5439: po_reqapproval_init1.start_wf_process(

5435: IF (g_po_wf_debug = 'Y') THEN
5436: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);
5437: END IF;
5438:
5439: po_reqapproval_init1.start_wf_process(
5440: x_ItemType,
5441: x_ItemKey,
5442: x_workflow_process,
5443: x_action_orig_from,

Line 6053: PO_REQAPPROVAL_INIT1.get_user_name(l_preparer_id, l_preparer_user_name,

6049: p_function_code => 'POR_RESUBMIT_URL',
6050: p_parameter1 => to_char(p_req_header_id),
6051: p_parameter11 => to_char(l_org_id) );
6052:
6053: PO_REQAPPROVAL_INIT1.get_user_name(l_preparer_id, l_preparer_user_name,
6054: l_preparer_disp_name);
6055:
6056: select pr.FULL_NAME
6057: into l_agent_name

Line 6115: ** Need to call PO_REQAPPROVAL_INIT1.Get_Req_Attributes after start in

6111: avalue => l_doc_subtype);
6112: --
6113: */
6114: /* Bug# 3268971: sbgeorge
6115: ** Need to call PO_REQAPPROVAL_INIT1.Get_Req_Attributes after start in
6116: ** NOTIFY_RETURN_REQ process, since the notification needs to be similar to
6117: ** other Req Approval Notifications.
6118: ** Setting the item attributes for DOCUMENT_TYPE and DOCUMENT_SUBTYPE with
6119: ** document_type_code and document_subtype from po_document_types, because

Line 6120: ** these are used in PO_REQAPPROVAL_INIT1.SetReqHdrAttributes to set the item

6116: ** NOTIFY_RETURN_REQ process, since the notification needs to be similar to
6117: ** other Req Approval Notifications.
6118: ** Setting the item attributes for DOCUMENT_TYPE and DOCUMENT_SUBTYPE with
6119: ** document_type_code and document_subtype from po_document_types, because
6120: ** these are used in PO_REQAPPROVAL_INIT1.SetReqHdrAttributes to set the item
6121: ** attribute for DOCUMENT_TYPE_DISP.
6122: */
6123: po_wf_util_pkg.SetItemAttrText ( itemtype => itemtype,
6124: itemkey => itemkey,