DBA Data[Home] [Help]

APPS.WIP_JOB_DETAILS dependencies on WIP_REQUIREMENT_VALIDATIONS

Line 464: WIP_REQUIREMENT_VALIDATIONS.Delete_Req(

460: cur_job.organization_id) LOOP
461:
462: IF l_cur.substitution_type = WIP_DELETE THEN
463:
464: WIP_REQUIREMENT_VALIDATIONS.Delete_Req(
465: p_group_id,
466: l_cur.wip_entity_id,
467: l_cur.organization_id,
468: l_cur.substitution_type);

Line 471: WIP_REQUIREMENT_VALIDATIONS.Add_Req(

467: l_cur.organization_id,
468: l_cur.substitution_type);
469: ELSIF l_cur.substitution_type = WIP_ADD THEN
470:
471: WIP_REQUIREMENT_VALIDATIONS.Add_Req(
472: p_group_id,
473: l_cur.wip_entity_id,
474: l_cur.organization_id,
475: l_cur.substitution_type);

Line 478: WIP_REQUIREMENT_VALIDATIONS.Change_Req(

474: l_cur.organization_id,
475: l_cur.substitution_type);
476: ELSIF l_cur.substitution_type = WIP_CHANGE THEN
477:
478: WIP_REQUIREMENT_VALIDATIONS.Change_Req(
479: p_group_id,
480: l_cur.wip_entity_id,
481: l_cur.organization_id,
482: l_cur.substitution_type);