DBA Data[Home] [Help]

APPS.PO_SOURCING_SV dependencies on PO_TERMS_SV

Line 255: X_ap_terms_val := po_terms_sv.val_payment_terms(p_ap_terms_id);

251: if (p_ap_terms_id is null) then
252: X_ap_terms_val := FALSE;
253: else
254: l_progress := '120';
255: X_ap_terms_val := po_terms_sv.val_payment_terms(p_ap_terms_id);
256: end if;
257:
258: if (p_fob_lookup_code is null) then
259: X_fob_lookup_val := FALSE;

Line 262: X_fob_lookup_val := po_terms_sv.val_fob_code(p_fob_lookup_code);

258: if (p_fob_lookup_code is null) then
259: X_fob_lookup_val := FALSE;
260: else
261: l_progress := '130';
262: X_fob_lookup_val := po_terms_sv.val_fob_code(p_fob_lookup_code);
263: end if;
264:
265: if (p_freight_terms_code is null) then
266: X_freight_terms_val := FALSE;

Line 269: X_freight_terms_val := po_terms_sv.val_freight_code(p_freight_terms_code);

265: if (p_freight_terms_code is null) then
266: X_freight_terms_val := FALSE;
267: else
268: l_progress := '140';
269: X_freight_terms_val := po_terms_sv.val_freight_code(p_freight_terms_code);
270: end if;
271:
272: if (p_ship_via_code is null) then
273: X_ship_via_val := FALSE;

Line 276: X_ship_via_val := po_terms_sv.val_ship_via(p_ship_via_code,

272: if (p_ship_via_code is null) then
273: X_ship_via_val := FALSE;
274: else
275: l_progress := '150';
276: X_ship_via_val := po_terms_sv.val_ship_via(p_ship_via_code,
277: p_instance_org_id);
278: end if;
279:
280: end if;