DBA Data[Home] [Help]

APPS.WIP_DEFAULT_RES dependencies on WIP_LINES

Line 1195: FROM wip_lines

1191: IF g_Res_rec.line_id IS NOT NULL
1192: AND g_Res_rec.organization_id IS NOT NULL THEN
1193: SELECT line_code
1194: INTO l_line_code
1195: FROM wip_lines
1196: WHERE line_id = g_Res_rec.line_id
1197: AND organization_id = g_Res_rec.organization_id;
1198:
1199: RETURN l_line_code;