DBA Data[Home] [Help]

APPS.PO_VENDOR_SITES_SV dependencies on PO_TERMS_SV

Line 468: po_terms_sv.val_ap_terms(X_vs_terms_id, X_res_terms_id);

464: ** If not available or vendor site Terms Id is inactive,
465: ** validate the vendor Terms Id */
466:
467: if X_vs_terms_id is not null then
468: po_terms_sv.val_ap_terms(X_vs_terms_id, X_res_terms_id);
469: end if;
470:
471: if ((X_res_terms_id is null) and
472: (X_terms_id is not null)) then

Line 473: po_terms_sv.val_ap_terms(X_terms_id, X_res_terms_id);

469: end if;
470:
471: if ((X_res_terms_id is null) and
472: (X_terms_id is not null)) then
473: po_terms_sv.val_ap_terms(X_terms_id, X_res_terms_id);
474: end if;
475:
476:
477: /* Validating shipping control from vendor site */