DBA Data[Home] [Help]

APPS.PO_CREATE_SR_ASL dependencies on PO_APPROVED_SUPPLIER_LIST_SV

Line 307: PO_APPROVED_SUPPLIER_LIST_SV.create_po_asl_entries(l_interface_header_id,

303: LOOP
304: fetch c_enabled_sites into l_vendor_site_id;
305: exit when c_enabled_sites%NOTFOUND;
306:
307: PO_APPROVED_SUPPLIER_LIST_SV.create_po_asl_entries(l_interface_header_id,
308: l_interface_line_id,
309: l_item_id,
310: l_category_id,
311: l_document_id,

Line 326: PO_APPROVED_SUPPLIER_LIST_SV.create_po_asl_entries(l_interface_header_id,

322: close c_enabled_sites;
323:
324: ELSE -- If not a global agreement you do not need to loop
325:
326: PO_APPROVED_SUPPLIER_LIST_SV.create_po_asl_entries(l_interface_header_id,
327: l_interface_line_id,
328: l_item_id,
329: l_category_id,
330: l_document_id,

Line 936: -- PO_APPROVED_SUPPLIER_LIST_SV. create_po_asl_entries for creating the ASL's.

932: -- relevant parameters pertaining to a single document line and creates
933: -- the Sourcing Rules and ASL's for that line. This procedure calls the
934: -- two procedures PO_SOURCING_RULES_SV.create_updates_sourcing_rules for
935: -- creating the sourcing rule and procedure
936: -- PO_APPROVED_SUPPLIER_LIST_SV. create_po_asl_entries for creating the ASL's.
937: --Parameters:
938: --IN:
939: --p_api_version
940: -- Standard parameter for verifying the api version

Line 1161: PO_APPROVED_SUPPLIER_LIST_SV.create_po_asl_entries(

1157: OPEN c_enabled_sites;
1158: LOOP
1159: FETCH c_enabled_sites INTO l_vendor_site_id;
1160: EXIT WHEN c_enabled_sites%NOTFOUND;
1161: PO_APPROVED_SUPPLIER_LIST_SV.create_po_asl_entries(
1162: x_interface_header_id => p_interface_header_id,
1163: X_interface_line_id => p_interface_line_id,
1164: X_item_id => p_item_id,
1165: X_category_id => p_category_id,

Line 1184: PO_APPROVED_SUPPLIER_LIST_SV.create_po_asl_entries(

1180: close c_enabled_sites;
1181:
1182: ELSE -- If not a global agreement you do not need to loop
1183:
1184: PO_APPROVED_SUPPLIER_LIST_SV.create_po_asl_entries(
1185: x_interface_header_id => p_interface_header_id,
1186: X_interface_line_id => p_interface_line_id,
1187: X_item_id => p_item_id,
1188: X_category_id => p_category_id,