DBA Data[Home] [Help]

APPS.PO_CONTERMS_UTL_GRP dependencies on PO_VENDORS_GRP

Line 226: -- in the new group API po_vendors_grp.

222: --Locks:
223: -- None.
224: --Function:
225: -- This procedure is built as a wrapper over procedure get_external_userlist
226: -- in the new group API po_vendors_grp.
227: -- This procedure is called by Contracts API to determine the supplier users
228: -- to send notifications to, when deliverables undergo a status change
229: -- (example: it is overdue).
230: --Parameters:

Line 256: -- This procedure calls get_external_userlist in PO_VENDORS_GRP to

252: --x_supplier_userlist
253: -- PL/SQL table of supplier user names
254: --Notes:
255: -- SAHEGDE 07/18/2003
256: -- This procedure calls get_external_userlist in PO_VENDORS_GRP to
257: -- retrieve supplier user names as VARCHAR2 as well as PL/SQL table, besides
258: -- other OUT parameters. Going forward, signature of the get_external_userlist
259: -- might change to return only PL/SQL table. The callout then will need to
260: -- accomodate this change. This however will not change the GRP API signature.

Line 318: po_vendors_grp.get_external_userlist

314: END IF;
315: /* Mod changes */
316:
317:
318: po_vendors_grp.get_external_userlist
319: (p_api_version => 1.0 --bug4028805
320: ,p_document_id => l_document_id
321: ,p_document_type => l_document_type
322: ,p_external_contact_id => p_external_contact_id

Line 368: -- in the new group API po_vendors_grp.

364: --Locks:
365: -- None.
366: --Function:
367: -- This procedure is built as a wrapper over procedure get_external_userlist
368: -- in the new group API po_vendors_grp.
369: -- This procedure is called by Contracts team to determine the supplier users
370: -- to send notifications to, when deliverables undergo a status change
371: -- (example: it is overdue) and supplier user is not specified on the deliverable.
372: --Parameters:

Line 459: PO_VENDORS_GRP.get_external_userlist

455: l_document_id := p_document_id;
456: END IF;
457: /* Mod changes */
458:
459: PO_VENDORS_GRP.get_external_userlist
460: (p_api_version => 1.0 --bug4028805
461: ,p_init_msg_list => FND_API.G_FALSE
462: ,p_document_id => l_document_id
463: ,p_document_type => l_document_type