DBA Data[Home] [Help]

APPS.WIP_JOB_DETAILS dependencies on WIP_RES_INST_VALIDATIONS

Line 379: WIP_RES_INST_VALIDATIONS.Delete_Resource_Instance(

375: FOR l_cur IN RESINST_CUR (cur_job.wip_entity_id,
376: cur_job.organization_id) LOOP
377:
378: IF l_cur.substitution_type = WIP_DELETE THEN
379: WIP_RES_INST_VALIDATIONS.Delete_Resource_Instance(
380: p_group_id,
381: l_cur.wip_entity_id,
382: l_cur.organization_id,
383: l_cur.substitution_type,

Line 394: WIP_RES_INST_VALIDATIONS.Add_Resource_Instance(

390: end if;
391: end if;
392:
393: ELSIF l_cur.substitution_type = WIP_ADD THEN
394: WIP_RES_INST_VALIDATIONS.Add_Resource_Instance(
395: p_group_id,
396: l_cur.wip_entity_id,
397: l_cur.organization_id,
398: l_cur.substitution_type,

Line 409: WIP_RES_INST_VALIDATIONS.Change_Resource_Instance(

405: end if;
406: end if;
407:
408: ELSIF l_cur.substitution_type = WIP_CHANGE THEN
409: WIP_RES_INST_VALIDATIONS.Change_Resource_Instance(
410: p_group_id,
411: l_cur.wip_entity_id,
412: l_cur.organization_id,
413: l_cur.substitution_type,