DBA Data[Home] [Help]

APPS.WIP_JSI_DEFAULTER dependencies on WIP_LINES_VAL_V

Line 416: from wip_lines_val_v

412: procedure line_code is begin
413: if(wjsi_row.line_id is null and wjsi_row.line_code is not null) then
414: select line_id
415: into wjsi_row.line_id
416: from wip_lines_val_v
417: where line_code = wjsi_row.line_code
418: and organization_id = wjsi_row.organization_id;
419: elsif(wjsi_row.line_id is not null and wjsi_row.line_code is not null) then
420: WIP_JSI_Utils.record_ignored_column_warning('LINE_CODE');