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 938: -- PO_APPROVED_SUPPLIER_LIST_SV. create_po_asl_entries for creating the ASL's.

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

Line 1163: PO_APPROVED_SUPPLIER_LIST_SV.create_po_asl_entries(

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

Line 1186: PO_APPROVED_SUPPLIER_LIST_SV.create_po_asl_entries(

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