DBA Data[Home] [Help]

APPS.PO_VENDORS_GRP dependencies on PO_VENDORS_PVT

Line 14: -- in the package PO_VENDORS_PVT to be allowed to be called by other apps.

10: --Locks:
11: -- None.
12: --Function:
13: -- This procedure is built as a wrapper over procedure get_supplier_userlist
14: -- in the package PO_VENDORS_PVT to be allowed to be called by other apps.
15: -- This procedure is called by external apps team to determine the supplier users
16: -- to send notifications to.
17: --Parameters:
18: --IN:

Line 43: -- This procedure calls get_supplier_userlist in PO_VENDORS_PVT to

39: --x_external_user_tbl
40: -- PL/SQL table of supplier user names
41: --Notes:
42: -- SAHEGDE 07/18/2003
43: -- This procedure calls get_supplier_userlist in PO_VENDORS_PVT to
44: -- retrieve supplier user names as VARCHAR2 as well as PL/SQL table, besides
45: -- other OUT parameters. Going forward, signature of the get_supplier_userlist
46: -- might change to return only PL/SQL table. The callout then will need to
47: -- accomodate this change. This however will not change the GRP API signature.

Line 102: po_vendors_pvt.get_supplier_userlist(

98: l_document_type := p_document_type;
99: END IF;
100:
101: -- call procedure to fetch supplier user list.
102: po_vendors_pvt.get_supplier_userlist(
103: p_document_id => p_document_id
104: ,p_document_type => l_document_type
105: ,p_external_contact_id => p_external_contact_id
106: ,x_return_status => l_return_status

Line 163: -- in the package PO_VENDORS_PVT to be allowed to be called by other apps.

159: --Locks:
160: -- None.
161: --Function:
162: -- This procedure is built as a wrapper over procedure get_supplier_userlist
163: -- in the package PO_VENDORS_PVT to be allowed to be called by other apps.
164: -- This procedure overloaded to return additional data elements required by
165: -- one of its caller po_reapproval_inti1.locate_notifier
166: --Parameters:
167: --IN:

Line 200: -- This procedure calls get_supplier_userlist in PO_VENDORS_PVT to

196: --x_vendor_id
197: -- vendor id on the PO
198: --Notes:
199: -- SAHEGDE 07/18/2003
200: -- This procedure calls get_supplier_userlist in PO_VENDORS_PVT to
201: -- retrieve supplier user names as VARCHAR2 as well as PL/SQL table, besides
202: -- other OUT parameters. Going forward, signature of the get_supplier_userlist
203: -- might change to return only PL/SQL table. The callout then will need to
204: -- accomodate this change. This however will not change the GRP API signature.

Line 262: po_vendors_pvt.get_supplier_userlist(

258: l_document_type := p_document_type;
259: END IF;
260:
261: -- call procedure to fetch supplier user list.
262: po_vendors_pvt.get_supplier_userlist(
263: p_document_id => p_document_id
264: ,p_document_type => l_document_type
265: ,p_external_contact_id => p_external_contact_id
266: ,x_return_status => l_return_status