DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_VENDORS_SV

Line 1637: po_vendors_sv.get_vendor_info

1633: vendor.freight_terms_lookup_code := null;
1634: vendor.terms_id := null;
1635: /*Bug 5715411 end */
1636:
1637: po_vendors_sv.get_vendor_info
1638: (interface.vendor_id,
1639: vendor.ship_to_location_id,
1640: vendor.bill_to_location_id,
1641: l_ship_via_lookup_code,

Line 1673: po_vendors_sv.val_freight_carrier(l_vs_ship_via_lookup_code,

1669: -- values from the vendor and validate them
1670:
1671: -- Validate ship via
1672: if l_vs_ship_via_lookup_code is not null then
1673: po_vendors_sv.val_freight_carrier(l_vs_ship_via_lookup_code,
1674: params.inventory_organization_id,
1675: vendor.ship_via_lookup_code);
1676: end if;
1677:

Line 1679: po_vendors_sv.val_freight_carrier(l_ship_via_lookup_code,

1675: vendor.ship_via_lookup_code);
1676: end if;
1677:
1678: if vendor.ship_via_lookup_code is null then
1679: po_vendors_sv.val_freight_carrier(l_ship_via_lookup_code,
1680: params.inventory_organization_id,
1681: vendor.ship_via_lookup_code);
1682: end if;
1683:

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

1682: end if;
1683:
1684: -- Validate fob code
1685: if l_vs_fob_lookup_code is not null then
1686: po_vendors_sv.val_fob(l_vs_fob_lookup_code,vendor.fob_lookup_code);
1687: end if;
1688:
1689: if vendor.fob_lookup_code is null then
1690: po_vendors_sv.val_fob(l_fob_lookup_code,vendor.fob_lookup_code);

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

1686: po_vendors_sv.val_fob(l_vs_fob_lookup_code,vendor.fob_lookup_code);
1687: end if;
1688:
1689: if vendor.fob_lookup_code is null then
1690: po_vendors_sv.val_fob(l_fob_lookup_code,vendor.fob_lookup_code);
1691: end if;
1692:
1693: -- Validate freight terms
1694: if l_vs_freight_lookup_code is not null then

Line 1695: po_vendors_sv.val_freight_terms(l_vs_freight_lookup_code,

1691: end if;
1692:
1693: -- Validate freight terms
1694: if l_vs_freight_lookup_code is not null then
1695: po_vendors_sv.val_freight_terms(l_vs_freight_lookup_code,
1696: vendor.freight_terms_lookup_code);
1697: end if;
1698:
1699: if vendor.freight_terms_lookup_code is null then

Line 1700: po_vendors_sv.val_freight_terms(l_freight_lookup_code,

1696: vendor.freight_terms_lookup_code);
1697: end if;
1698:
1699: if vendor.freight_terms_lookup_code is null then
1700: po_vendors_sv.val_freight_terms(l_freight_lookup_code,
1701: vendor.freight_terms_lookup_code);
1702: end if;
1703:
1704: -- Validate payment terms