DBA Data[Home] [Help]

APPS.POA_DBI_REQ_F_C dependencies on POA_DBI_ITEMS_PKG

Line 873: poa_dbi_items_pkg.getitemkey(rln.item_id, rpar.master_organization_id, rln.category_id, rln.suggested_vendor_product_code, rln.vendor_id, rln.item_description),

869: nvl(poh.vendor_site_id, rln.vendor_site_id) supplier_site_id,
870: nvl(pol.category_id, rln.category_id) category_id,
871: decode(
872: pll.line_location_id, null,
873: poa_dbi_items_pkg.getitemkey(rln.item_id, rpar.master_organization_id, rln.category_id, rln.suggested_vendor_product_code, rln.vendor_id, rln.item_description),
874: poa_dbi_items_pkg.getitemkey(pol.item_id, ppar.master_organization_id, pol.category_id, pol.vendor_product_num, poh.vendor_id, pol.item_description)
875: ) po_item_id,
876: nvl(decode(pll.po_release_id,null,poh.agent_id,por.agent_id),rln.suggested_buyer_id) buyer_id,
877: nvl(pll.ship_to_organization_id, rln.destination_organization_id) ship_to_org_id,

Line 874: poa_dbi_items_pkg.getitemkey(pol.item_id, ppar.master_organization_id, pol.category_id, pol.vendor_product_num, poh.vendor_id, pol.item_description)

870: nvl(pol.category_id, rln.category_id) category_id,
871: decode(
872: pll.line_location_id, null,
873: poa_dbi_items_pkg.getitemkey(rln.item_id, rpar.master_organization_id, rln.category_id, rln.suggested_vendor_product_code, rln.vendor_id, rln.item_description),
874: poa_dbi_items_pkg.getitemkey(pol.item_id, ppar.master_organization_id, pol.category_id, pol.vendor_product_num, poh.vendor_id, pol.item_description)
875: ) po_item_id,
876: nvl(decode(pll.po_release_id,null,poh.agent_id,por.agent_id),rln.suggested_buyer_id) buyer_id,
877: nvl(pll.ship_to_organization_id, rln.destination_organization_id) ship_to_org_id,
878: rln.to_person_id requester_id, --get the requester from the requisition itself since it can be changed on the PO distn

Line 1296: null, poa_dbi_items_pkg.getitemkey(

1292: nvl(poh.vendor_site_id, rln.vendor_site_id) supplier_site_id,
1293: nvl(pol.category_id, rln.category_id) category_id,
1294: decode(
1295: pll.line_location_id,
1296: null, poa_dbi_items_pkg.getitemkey(
1297: rln.item_id,
1298: rpar.master_organization_id,
1299: rln.category_id,
1300: rln.suggested_vendor_product_code,

Line 1304: poa_dbi_items_pkg.getitemkey(

1300: rln.suggested_vendor_product_code,
1301: rln.vendor_id,
1302: rln.item_description
1303: ),
1304: poa_dbi_items_pkg.getitemkey(
1305: pol.item_id,
1306: ppar.master_organization_id,
1307: pol.category_id,
1308: pol.vendor_product_num,