DBA Data[Home] [Help]

APPS.PO_VENDORS_SV dependencies on PO_CORE_S

Line 613: po_core_s.get_displayed_value('FOB', X_res_fob, X_fob_dsp, X_fob_desc,

609: begin
610:
611: /* Get the displayed value for LOKKUP_TYPE = 'FOB' */
612:
613: po_core_s.get_displayed_value('FOB', X_res_fob, X_fob_dsp, X_fob_desc,
614: X_validate );
615:
616: /* begin
617: X_progress := '010';

Line 640: po_core_s.get_displayed_value('FREIGHT TERMS', X_res_freight_terms,

636: end; */
637:
638: /* Get the displayed value for a given Lookup_Type = 'FREIGHT TERMS'*/
639:
640: po_core_s.get_displayed_value('FREIGHT TERMS', X_res_freight_terms,
641: X_freight_terms_dsp,
642: X_freight_terms_desc, X_validate );
643:
644: