DBA Data[Home] [Help]

APPS.PO_HEADERS_SV6 dependencies on PO_VENDORS_SV

Line 1300: X_temp_val := po_vendors_sv1.val_vendor_info(X_vendor_id,

1296:
1297: X_progress := '260';
1298: IF (X_vendor_id is not null)
1299: THEN
1300: X_temp_val := po_vendors_sv1.val_vendor_info(X_vendor_id,
1301: 'PO SITE',
1302: X_vendor_site_id,
1303: X_vendor_contact_id,
1304: X_error_code);

Line 1429: po_vendors_sv.val_freight_carrier(X_ship_via_lookup_code,

1425:
1426: X_progress := '300';
1427: If (X_ship_via_lookup_code IS NOT NULL ) AND (X_def_inv_org_id is not null)
1428: THEN
1429: po_vendors_sv.val_freight_carrier(X_ship_via_lookup_code,
1430: X_def_inv_org_id,
1431: X_res_carrier);
1432: IF ( X_res_carrier is null ) THEN
1433: po_interface_errors_sv1.handle_interface_errors(

Line 1452: po_vendors_sv.val_fob(X_fob_lookup_code, x_res_fob);

1448: END IF;
1449:
1450: X_progress := '310';
1451: IF (X_fob_lookup_code IS NOT NULL ) THEN
1452: po_vendors_sv.val_fob(X_fob_lookup_code, x_res_fob);
1453: IF ( x_res_fob is null ) THEN
1454: po_interface_errors_sv1.handle_interface_errors(
1455: 'PO_DOCS_OPEN_INTERFACE',
1456: 'FATAL',

Line 1474: po_vendors_sv.val_freight_terms(X_freight_terms_lookup_code,

1470: END IF;
1471:
1472: X_progress := '320';
1473: IF (X_freight_terms_lookup_code IS NOT NULL ) THEN
1474: po_vendors_sv.val_freight_terms(X_freight_terms_lookup_code,
1475: x_res_freight);
1476: IF ( x_res_freight is null ) THEN
1477: po_interface_errors_sv1.handle_interface_errors(
1478: 'PO_DOCS_OPEN_INTERFACE',

Line 1497: PO_VENDORS_SV.val_shipping_control( p_shipping_control,

1493:
1494: /* */
1495: X_progress := '325';
1496: IF ( p_shipping_control IS NOT NULL ) THEN
1497: PO_VENDORS_SV.val_shipping_control( p_shipping_control,
1498: l_res_shipping_control);
1499: IF ( l_res_shipping_control IS NULL ) THEN
1500: PO_INTERFACE_ERRORS_SV1.handle_interface_errors (
1501: 'PO_DOCS_OPEN_INTERFACE',