DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_VENDORS_SV

Line 1423: po_vendors_sv.get_vendor_info

1419: vendor.freight_terms_lookup_code := null;
1420: vendor.terms_id := null;
1421: /*Bug 5715411 end */
1422:
1423: po_vendors_sv.get_vendor_info
1424: (interface.vendor_id,
1425: vendor.ship_to_location_id,
1426: vendor.bill_to_location_id,
1427: l_ship_via_lookup_code,

Line 1459: po_vendors_sv.val_freight_carrier(l_vs_ship_via_lookup_code,

1455: -- values from the vendor and validate them
1456:
1457: -- Validate ship via
1458: if l_vs_ship_via_lookup_code is not null then
1459: po_vendors_sv.val_freight_carrier(l_vs_ship_via_lookup_code,
1460: params.inventory_organization_id,
1461: vendor.ship_via_lookup_code);
1462: end if;
1463:

Line 1465: po_vendors_sv.val_freight_carrier(l_ship_via_lookup_code,

1461: vendor.ship_via_lookup_code);
1462: end if;
1463:
1464: if vendor.ship_via_lookup_code is null then
1465: po_vendors_sv.val_freight_carrier(l_ship_via_lookup_code,
1466: params.inventory_organization_id,
1467: vendor.ship_via_lookup_code);
1468: end if;
1469:

Line 1472: po_vendors_sv.val_fob(l_vs_fob_lookup_code,vendor.fob_lookup_code);

1468: end if;
1469:
1470: -- Validate fob code
1471: if l_vs_fob_lookup_code is not null then
1472: po_vendors_sv.val_fob(l_vs_fob_lookup_code,vendor.fob_lookup_code);
1473: end if;
1474:
1475: if vendor.fob_lookup_code is null then
1476: po_vendors_sv.val_fob(l_fob_lookup_code,vendor.fob_lookup_code);

Line 1476: po_vendors_sv.val_fob(l_fob_lookup_code,vendor.fob_lookup_code);

1472: po_vendors_sv.val_fob(l_vs_fob_lookup_code,vendor.fob_lookup_code);
1473: end if;
1474:
1475: if vendor.fob_lookup_code is null then
1476: po_vendors_sv.val_fob(l_fob_lookup_code,vendor.fob_lookup_code);
1477: end if;
1478:
1479: -- Validate freight terms
1480: if l_vs_freight_lookup_code is not null then

Line 1481: po_vendors_sv.val_freight_terms(l_vs_freight_lookup_code,

1477: end if;
1478:
1479: -- Validate freight terms
1480: if l_vs_freight_lookup_code is not null then
1481: po_vendors_sv.val_freight_terms(l_vs_freight_lookup_code,
1482: vendor.freight_terms_lookup_code);
1483: end if;
1484:
1485: if vendor.freight_terms_lookup_code is null then

Line 1486: po_vendors_sv.val_freight_terms(l_freight_lookup_code,

1482: vendor.freight_terms_lookup_code);
1483: end if;
1484:
1485: if vendor.freight_terms_lookup_code is null then
1486: po_vendors_sv.val_freight_terms(l_freight_lookup_code,
1487: vendor.freight_terms_lookup_code);
1488: end if;
1489:
1490: -- Validate payment terms