DBA Data[Home] [Help]

APPS.INV_UI_RCV_LOVS dependencies on PO_QUALITY_CODES

Line 1036: from po_quality_codes

1032: select
1033: code
1034: , ranking
1035: , description
1036: from po_quality_codes
1037: where nvl(inactive_date,sysdate + 1) > sysdate
1038: and code like (p_quality_code)
1039: order by ranking;
1040: end GET_QUALITY_CODES_LOV;