DBA Data[Home] [Help]

APPS.RCV_RECEIPTS_QUERY_SV dependencies on PO_LOOKUP_CODES

Line 376: from po_lookup_codes where

372:
373: /* -- moved to procedure RCV_TRANSACTIONS_SV.get_rma_dest_info()
374:
375: select displayed_field, lookup_code into x_destination_type_dsp, x_destination_type_code
376: from po_lookup_codes where
377: lookup_CODE = 'RECEIVING' and
378: lookup_type = 'RCV DESTINATION TYPE'; */
379:
380: /* Bug#4684017 START */

Line 509: po_lookup_codes polc,

505: x_task_number, --
506: l_code_combination_id --
507: FROM rcv_shipment_lines rsl,
508: hr_locations hlo,
509: po_lookup_codes polc,
510: po_requisition_lines PRL, --
511: po_req_distributions PRD, --
512: mtl_kanban_cards MKC, --
513: pjm_projects_all_v PPA, --