DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on WIP_LINES

Line 2293: from WIP_LINES

2289: BEGIN
2290:
2291: begin
2292: select MAXIMUM_RATE into line_rate
2293: from WIP_LINES
2294: where
2295: LINE_ID = p_kanban_card_rec_tbl(1).wip_line_id AND
2296: organization_id = p_kanban_card_rec_tbl(1).organization_id;
2297: exception