DBA Data[Home] [Help]

APPS.WIP_JOB_DETAILS dependencies on WIP_RES_INST_VALIDATIONS

Line 501: WIP_RES_INST_VALIDATIONS.Delete_Resource_Instance(

497: cur_job.organization_id) LOOP
498:
499: IF l_cur.substitution_type = WIP_DELETE THEN
500: BEGIN
501: WIP_RES_INST_VALIDATIONS.Delete_Resource_Instance(
502: p_group_id,
503: l_cur.wip_entity_id,
504: l_cur.organization_id,
505: l_cur.substitution_type,

Line 511: wip_logger.log('Error in WIP_RES_INST_VALIDATIONS.Delete_Resource_Instance,l_cur.wip_entity_id='||l_cur.wip_entity_id,l_dummy2);

507: x_err_msg);
508:
509: EXCEPTION
510: when others then
511: wip_logger.log('Error in WIP_RES_INST_VALIDATIONS.Delete_Resource_Instance,l_cur.wip_entity_id='||l_cur.wip_entity_id,l_dummy2);
512: wip_logger.log(SQLERRM,l_dummy2);
513: raise;
514: end;
515: if (l_logLevel <= wip_constants.trace_logging) then

Line 523: WIP_RES_INST_VALIDATIONS.Add_Resource_Instance(

519: end if;
520: end if;
521:
522: ELSIF l_cur.substitution_type = WIP_ADD THEN
523: WIP_RES_INST_VALIDATIONS.Add_Resource_Instance(
524: p_group_id,
525: l_cur.wip_entity_id,
526: l_cur.organization_id,
527: l_cur.substitution_type,

Line 538: WIP_RES_INST_VALIDATIONS.Change_Resource_Instance(

534: end if;
535: end if;
536:
537: ELSIF l_cur.substitution_type = WIP_CHANGE THEN
538: WIP_RES_INST_VALIDATIONS.Change_Resource_Instance(
539: p_group_id,
540: l_cur.wip_entity_id,
541: l_cur.organization_id,
542: l_cur.substitution_type,