DBA Data[Home] [Help]

APPS.AP_VENDOR_SITES_PKG dependencies on AP_PO_LOCN_ASSOCIATION_PKG

Line 509: ap_po_locn_association_pkg.insert_row( p_location_id => X_Shipping_Location_id,

505: if (X_Shipping_Location_id is not null) then
506:
507: debug_info := 'Insert values into PO_LOCATION_ASSOCIATIONS';
508:
509: ap_po_locn_association_pkg.insert_row( p_location_id => X_Shipping_Location_id,
510: p_vendor_id => X_Vendor_Id,
511: p_vendor_site_id => X_Vendor_Site_Id,
512: p_last_update_date => X_Last_Update_Date,
513: p_last_updated_by => X_Last_Updated_By,

Line 842: ap_po_locn_association_pkg.insert_row(

838: if (p_vendor_site_rec.Shipping_Location_id is not null) then
839:
840: debug_info := 'Insert values into PO_LOCATION_ASSOCIATIONS';
841:
842: ap_po_locn_association_pkg.insert_row(
843: p_location_id => p_vendor_site_rec.Ship_to_Location_id,
844: p_vendor_id => p_vendor_site_rec.Vendor_Id,
845: p_vendor_site_id => x_Vendor_Site_Id,
846: p_last_update_date => p_Last_Update_Date,

Line 1789: ap_po_locn_association_pkg.update_row(p_location_id => X_Shipping_Location_id,

1785: debug_info := 'Update values in PO_LOCATION_ASSOCIATIONS';
1786: --Bug 2697177: Added the IF condition
1787: if (X_Shipping_Location_id is not null) then
1788:
1789: ap_po_locn_association_pkg.update_row(p_location_id => X_Shipping_Location_id,
1790: p_vendor_id => X_Vendor_Id,
1791: p_vendor_site_id => X_Vendor_Site_Id,
1792: p_last_update_date => X_Last_Update_Date,
1793: p_last_updated_by => X_Last_Updated_By,

Line 1978: ap_po_locn_association_pkg.update_row(

1974:
1975: debug_info := 'Update values in PO_LOCATION_ASSOCIATIONS';
1976: if (p_vendor_site_rec.Shipping_Location_id is not null) then
1977:
1978: ap_po_locn_association_pkg.update_row(
1979: p_location_id => p_vendor_site_rec.Shipping_Location_id,
1980: /* 5945837: Shipping_Location_id is stored in po_location_associations*/
1981: p_vendor_id => p_vendor_site_rec.Vendor_Id,
1982: p_vendor_site_id => P_Vendor_Site_Id,