DBA Data[Home] [Help]

APPS.WIP_JOB_DETAILS dependencies on WIP_OPERATION_VALIDATE

Line 295: WIP_OPERATION_VALIDATE.Add_Operation(p_group_id,

291: IF l_cur.substitution_type = WIP_JOB_DETAILS.WIP_ADD THEN
292:
293: BEGIN
294:
295: WIP_OPERATION_VALIDATE.Add_Operation(p_group_id,
296: p_parent_header_id,
297: l_cur.wip_entity_id,
298: l_cur.organization_id,
299: x_err_code, x_err_msg,

Line 303: wip_logger.log('Error in WIP_OPERATION_VALIDATE.Add_Operation,l_cur.wip_entity_id='||l_cur.wip_entity_id||' , substitution_type= '||WIP_JOB_DETAILS.WIP_ADD,l_dummy2);

299: x_err_code, x_err_msg,
300: x_return_status);
301: exception
302: when others then
303: wip_logger.log('Error in WIP_OPERATION_VALIDATE.Add_Operation,l_cur.wip_entity_id='||l_cur.wip_entity_id||' , substitution_type= '||WIP_JOB_DETAILS.WIP_ADD,l_dummy2);
304: wip_logger.log(SQLERRM,l_dummy2);
305: raise;
306: end;
307: /* validate operation records */

Line 312: WIP_OPERATION_VALIDATE.Change_Operation(p_group_id,

308:
309: ELSIF l_cur.substitution_type = WIP_JOB_DETAILS.WIP_CHANGE THEN
310:
311: BEGIN
312: WIP_OPERATION_VALIDATE.Change_Operation(p_group_id,
313: p_parent_header_id,
314: l_cur.wip_entity_id,
315: l_cur.organization_id,
316: x_err_code, x_err_msg,

Line 321: wip_logger.log('Error in WIP_OPERATION_VALIDATE.Change_Operation,l_cur.wip_entity_id='||l_cur.wip_entity_id||' , substitution_type= '||WIP_JOB_DETAILS.WIP_CHANGE,l_dummy2);

317: x_return_status);
318:
319: EXCEPTION
320: when others then
321: wip_logger.log('Error in WIP_OPERATION_VALIDATE.Change_Operation,l_cur.wip_entity_id='||l_cur.wip_entity_id||' , substitution_type= '||WIP_JOB_DETAILS.WIP_CHANGE,l_dummy2);
322: wip_logger.log(SQLERRM,l_dummy2);
323: raise;
324: end;
325: