DBA Data[Home] [Help]

APPS.POS_AP_SUPPLIER_SITE_BO_PKG dependencies on POS_SUPPLIER_UDA_BO_PKG

Line 433: pos_supplier_uda_bo_pkg.get_uda_for_supplier_site(l_party_id,

429: terms.name, -- Bug 12979867: Add term's name
430: NULL,
431: NULL,
432: /* NULL,*/
433: pos_supplier_uda_bo_pkg.get_uda_for_supplier_site(l_party_id,
434: --Bug 15992883: change the positions of the following two arguments
435: aps.party_site_id,
436: aps.vendor_site_id,
437: --end of Bug 15992883

Line 451: x_ap_supplier_sites_bo(i).p_pos_supp_uda_obj_tbl := pos_supplier_uda_bo_pkg.get_uda_for_supplier_site(l_party_id,

447: --Commented by BVAMSI on 07/Oct/2010 as it is already handled in the above Select query
448: /*
449: FOR i IN x_ap_supplier_sites_bo.first .. x_ap_supplier_sites_bo.last LOOP
450:
451: x_ap_supplier_sites_bo(i).p_pos_supp_uda_obj_tbl := pos_supplier_uda_bo_pkg.get_uda_for_supplier_site(l_party_id,
452: x_ap_supplier_sites_bo(i)
453: .vendor_site_id,
454: x_ap_supplier_sites_bo(i)
455: .party_site_id,

Line 462: /*pos_supplier_uda_bo_pkg.get_uda_data(p_api_version,

458: END LOOP;
459: */
460: -- Comment by BVAMSI Ends here
461:
462: /*pos_supplier_uda_bo_pkg.get_uda_data(p_api_version,
463: p_init_msg_list,
464: NULL,
465: NULL,
466: p_party_id,