DBA Data[Home] [Help]

APPS.WIP_DEFAULT_RES dependencies on WIP_LINES

Line 1191: FROM wip_lines

1187: IF g_Res_rec.line_id IS NOT NULL
1188: AND g_Res_rec.organization_id IS NOT NULL THEN
1189: SELECT line_code
1190: INTO l_line_code
1191: FROM wip_lines
1192: WHERE line_id = g_Res_rec.line_id
1193: AND organization_id = g_Res_rec.organization_id;
1194:
1195: RETURN l_line_code;