DBA Data[Home] [Help]

APPS.PO_REQS_SV dependencies on PO_CORE_S

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

638: BEGIN
639:
640: x_progress := '010';
641:
642: po_core_s.get_displayed_value ('REQUISITION SOURCE TYPE',
643: 'INVENTORY',
644: x_source_inventory);
645:
646: x_progress := '020';

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

644: x_source_inventory);
645:
646: x_progress := '020';
647:
648: po_core_s.get_displayed_value ('REQUISITION SOURCE TYPE',
649: 'VENDOR',
650: x_source_vendor);
651:
652: