DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_SV7 dependencies on PO_VENDORS_SV

Line 969: po_vendors_sv.val_freight_carrier(x_ship_via_lookup_code,

965: x_progress := '230';
966: IF (x_ship_via_lookup_code is not null) AND
967: (x_def_inv_org_id is not null)
968: THEN
969: po_vendors_sv.val_freight_carrier(x_ship_via_lookup_code,
970: x_def_inv_org_id, x_res_carrier);
971: IF (x_res_carrier is null) THEN
972: x_progress := '240';
973: po_interface_errors_sv1.handle_interface_errors(

Line 992: po_vendors_sv.val_fob(x_fob_lookup_code, x_res_fob);

988: END IF;
989:
990: IF (x_fob_lookup_code is not null) THEN
991: x_progress := '240';
992: po_vendors_sv.val_fob(x_fob_lookup_code, x_res_fob);
993: IF (x_res_fob is null) THEN
994: po_interface_errors_sv1.handle_interface_errors(
995: 'PO_DOCS_OPEN_INTERFACE',
996: 'FATAL',

Line 1014: po_vendors_sv.val_freight_terms(x_freight_terms_lookup_code,

1010:
1011: x_progress := '250';
1012: IF (x_freight_terms_lookup_code is not null) THEN
1013: x_progress := '260';
1014: po_vendors_sv.val_freight_terms(x_freight_terms_lookup_code,
1015: x_res_freight);
1016: IF (x_res_freight is null) THEN
1017: po_interface_errors_sv1.handle_interface_errors(
1018: 'PO_DOCS_OPEN_INTERFACE',