DBA Data[Home] [Help]

APPS.ICX_POR_JOB_TRACK_VALIDATION_S dependencies on ICX_POR_ITEMS

Line 190: from icx_por_items

186: begin
187: l_progress := '024';
188: select 'Y'
189: into l_foo
190: from icx_por_items
191: where a3 = p_supplier_part_num
192: and a1 = p_supplier
193: and rownum = 1;
194:

Line 361: from icx_por_items

357: begin
358: l_progress := '124';
359: select 'Y'
360: into l_foo
361: from icx_por_items
362: where a3 = p_supplier_part_num
363: and a1 = p_supplier
364: and rownum = 1;
365: