DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_REQAPPROVAL_INIT1

Line 5270: l_view_po_url := PO_REQAPPROVAL_INIT1.get_po_url(

5266: attribute to open PO or Release Form depending on what
5267: document was created. */
5268: --
5269: -- Set the URL and form link attributes based on doc style and type
5270: l_view_po_url := PO_REQAPPROVAL_INIT1.get_po_url(
5271: p_po_header_id => x_autocreated_doc_id,
5272: p_doc_subtype => x_doc_type_to_create,
5273: p_mode => 'viewOnly');
5274:

Line 5275: l_edit_po_url := PO_REQAPPROVAL_INIT1.get_po_url(

5271: p_po_header_id => x_autocreated_doc_id,
5272: p_doc_subtype => x_doc_type_to_create,
5273: p_mode => 'viewOnly');
5274:
5275: l_edit_po_url := PO_REQAPPROVAL_INIT1.get_po_url(
5276: p_po_header_id => x_autocreated_doc_id,
5277: p_doc_subtype => x_doc_type_to_create,
5278: p_mode => 'update');
5279:

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

5349: IF (g_po_wf_debug = 'Y') THEN
5350: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);
5351: END IF;
5352:
5353: po_reqapproval_init1.get_user_name(x_agent_id, x_username, x_user_display_name);
5354:
5355: po_wf_util_pkg.SetItemAttrText (itemtype => itemtype,
5356: itemkey => itemkey,
5357: aname => 'BUYER_USERNAME',

Line 5820: po_reqapproval_init1.start_wf_process(

5816: IF (g_po_wf_debug = 'Y') THEN
5817: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);
5818: END IF;
5819:
5820: po_reqapproval_init1.start_wf_process(
5821: x_ItemType,
5822: x_ItemKey,
5823: x_workflow_process,
5824: x_action_orig_from,

Line 6480: PO_REQAPPROVAL_INIT1.get_user_name(l_preparer_id, l_preparer_user_name,

6476: p_function_code => 'POR_RESUBMIT_URL',
6477: p_parameter1 => to_char(p_req_header_id),
6478: p_parameter11 => to_char(l_org_id) );
6479:
6480: PO_REQAPPROVAL_INIT1.get_user_name(l_preparer_id, l_preparer_user_name,
6481: l_preparer_disp_name);
6482: --
6483: /*select pr.FULL_NAME
6484: into l_agent_name

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

6538: avalue => l_doc_subtype);
6539: --
6540: */
6541: /* Bug# 3268971: sbgeorge
6542: ** Need to call PO_REQAPPROVAL_INIT1.Get_Req_Attributes after start in
6543: ** NOTIFY_RETURN_REQ process, since the notification needs to be similar to
6544: ** other Req Approval Notifications.
6545: ** Setting the item attributes for DOCUMENT_TYPE and DOCUMENT_SUBTYPE with
6546: ** document_type_code and document_subtype from po_document_types, because

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

6543: ** NOTIFY_RETURN_REQ process, since the notification needs to be similar to
6544: ** other Req Approval Notifications.
6545: ** Setting the item attributes for DOCUMENT_TYPE and DOCUMENT_SUBTYPE with
6546: ** document_type_code and document_subtype from po_document_types, because
6547: ** these are used in PO_REQAPPROVAL_INIT1.SetReqHdrAttributes to set the item
6548: ** attribute for DOCUMENT_TYPE_DISP.
6549: */
6550: po_wf_util_pkg.SetItemAttrText ( itemtype => itemtype,
6551: itemkey => itemkey,

Line 6578: PO_REQAPPROVAL_INIT1.get_user_name(p_agent_id, l_approver_user_name,

6574: avalue => l_preparer_disp_name);
6575:
6576: -- 6577: -- setting the values in corresponding workflow attributes.
6578: PO_REQAPPROVAL_INIT1.get_user_name(p_agent_id, l_approver_user_name,
6579: l_approver_disp_name);
6580:
6581: po_wf_util_pkg.SetItemAttrText ( itemtype => itemtype,
6582: itemkey => itemkey,