DBA Data[Home] [Help]

APPS.INV_UI_RCV_LOVS dependencies on PO_QUALITY_CODES

Line 1006: from po_quality_codes

1002: select
1003: code
1004: , ranking
1005: , description
1006: from po_quality_codes
1007: where nvl(inactive_date,sysdate + 1) > sysdate
1008: and code like (p_quality_code)
1009: order by ranking;
1010: end GET_QUALITY_CODES_LOV;