DBA Data[Home] [Help]

APPS.WIP_JOB_DETAILS dependencies on WIP_OP_LINK_VALIDATIONS

Line 907: WIP_OP_LINK_VALIDATIONS.Delete_Op_Link(

903:
904:
905: IF l_cur.substitution_type = WIP_DELETE THEN
906:
907: WIP_OP_LINK_VALIDATIONS.Delete_Op_Link(
908: p_group_id,
909: l_cur.wip_entity_id,
910: l_cur.organization_id,
911: l_cur.substitution_type,

Line 918: WIP_OP_LINK_VALIDATIONS.Add_Op_Link(

914: x_return_status);
915:
916: ELSIF l_cur.substitution_type = WIP_ADD THEN
917:
918: WIP_OP_LINK_VALIDATIONS.Add_Op_Link(
919: p_group_id,
920: l_cur.wip_entity_id,
921: l_cur.organization_id,
922: l_cur.substitution_type,