DBA Data[Home] [Help]

APPS.PO_ONLINE_AUTHORING_WF_ACTIONS dependencies on PO_VENDORS_GRP

Line 349: -- Document type as expected by po_vendors_grp.get_external_userlist

345: --IN:
346: -- p_document_id
347: -- po_header_id
348: -- p_document_type
349: -- Document type as expected by po_vendors_grp.get_external_userlist
350: -- 'PO_STANDARD', 'PA_BLANKET', 'PA_CONTRACT'
351: -- Eventhough currently this code is being called only with PA_CONTRACT,
352: -- we will use this as a generic utility method to get supplier role.
353: --RETURN:

Line 365: l_supplier_user_tbl po_vendors_grp.external_user_tbl_type;

361:
362: l_progress NUMBER;
363:
364: -- declare local variables to hold output of get_supplier_userlist call
365: l_supplier_user_tbl po_vendors_grp.external_user_tbl_type;
366: l_namelist varchar2(31990):=null;
367: l_namelist_for_sql varchar2(32000):=null;
368: l_num_users NUMBER := 0;
369: l_vendor_id NUMBER;

Line 388: po_vendors_grp.get_external_userlist

384: PO_LOG.proc_begin(d_mod,'p_document_type', p_document_type );
385: END IF;
386:
387: -- Get the supplier user name list for a give po_header_id
388: po_vendors_grp.get_external_userlist
389: (p_api_version => 1.0
390: ,p_init_msg_list => FND_API.G_FALSE
391: ,p_document_id => p_document_id
392: ,p_document_type => p_document_type