DBA Data[Home] [Help]

APPS.WIP_JOB_DETAILS dependencies on WIP_OP_LINK_VALIDATIONS

Line 630: WIP_OP_LINK_VALIDATIONS.Delete_Op_Link(

626: */
627:
628: IF l_cur.substitution_type = WIP_DELETE THEN
629:
630: WIP_OP_LINK_VALIDATIONS.Delete_Op_Link(
631: p_group_id,
632: l_cur.wip_entity_id,
633: l_cur.organization_id,
634: l_cur.substitution_type,

Line 641: WIP_OP_LINK_VALIDATIONS.Add_Op_Link(

637: x_return_status);
638:
639: ELSIF l_cur.substitution_type = WIP_ADD THEN
640:
641: WIP_OP_LINK_VALIDATIONS.Add_Op_Link(
642: p_group_id,
643: l_cur.wip_entity_id,
644: l_cur.organization_id,
645: l_cur.substitution_type,