DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on WIP_LINES

Line 2663: from WIP_LINES

2659: BEGIN
2660:
2661: begin
2662: select MAXIMUM_RATE into line_rate
2663: from WIP_LINES
2664: where
2665: LINE_ID = p_kanban_card_rec_tbl(1).wip_line_id AND
2666: organization_id = p_kanban_card_rec_tbl(1).organization_id;
2667: exception