DBA Data[Home] [Help]

APPS.PO_REQS_SV dependencies on PO_CORE_S

Line 634: po_core_s.get_displayed_value ('REQUISITION SOURCE TYPE',

630: BEGIN
631:
632: x_progress := '010';
633:
634: po_core_s.get_displayed_value ('REQUISITION SOURCE TYPE',
635: 'INVENTORY',
636: x_source_inventory);
637:
638: x_progress := '020';

Line 640: po_core_s.get_displayed_value ('REQUISITION SOURCE TYPE',

636: x_source_inventory);
637:
638: x_progress := '020';
639:
640: po_core_s.get_displayed_value ('REQUISITION SOURCE TYPE',
641: 'VENDOR',
642: x_source_vendor);
643:
644: