DBA Data[Home] [Help]

APPS.WIP_FLOW_CHARGE_UTILITIES dependencies on WIP_LINES

Line 745: /* The PK for wip_lines is just Line_id */

741: FOR Com_Rec IN Flow_Completion(p_header_id) LOOP
742: x_success := 0;
743:
744: begin
745: /* The PK for wip_lines is just Line_id */
746: select line_code into g_line_code
747: from wip_lines
748: where line_id = Com_Rec.repetitive_line_id ;
749:

Line 747: from wip_lines

743:
744: begin
745: /* The PK for wip_lines is just Line_id */
746: select line_code into g_line_code
747: from wip_lines
748: where line_id = Com_Rec.repetitive_line_id ;
749:
750: exception
751: