DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_PKG dependencies on WIP_OPERATIONS_UTILITIES

Line 1310: WIP_OPERATIONS_UTILITIES.Delete_Resources(

1306: if (X_Return_Status <> fnd_api.g_ret_sts_success) then
1307: return;
1308: end if;
1309:
1310: WIP_OPERATIONS_UTILITIES.Delete_Resources(
1311: x_wip_entity_id => P_Wip_Entity_Id,
1312: x_organization_id => P_Organization_Id,
1313: x_operation_seq_num => P_Operation_Seq_Num,
1314: x_repetitive_schedule_id => null,

Line 1348: WIP_OPERATIONS_UTILITIES.Get_Prev_Next_Op(X_Wip_Entity_Id => P_Wip_Entity_Id,

1344: AND operation_seq_num = P_Operation_Seq_Num
1345: AND organization_id = P_Organization_Id;
1346:
1347: -- Bug 13770893. Adjust Previous and Next operations before deleting it.
1348: WIP_OPERATIONS_UTILITIES.Get_Prev_Next_Op(X_Wip_Entity_Id => P_Wip_Entity_Id,
1349: X_Organization_Id => P_Organization_Id,
1350: X_Operation_Seq_Num => P_Operation_Seq_Num,
1351: X_Repetitive_Schedule_Id => null,
1352: X_Insert_Flag => FALSE,

Line 1361: WIP_OPERATIONS_UTILITIES.Check_Requirements(P_Wip_Entity_Id,

1357: WHERE wip_entity_id = P_Wip_Entity_Id
1358: AND operation_seq_num = P_Operation_Seq_Num
1359: AND organization_id = P_Organization_Id;
1360:
1361: WIP_OPERATIONS_UTILITIES.Check_Requirements(P_Wip_Entity_Id,
1362: P_Organization_Id,
1363: P_Operation_Seq_Num,
1364: null,
1365: g_start_date);

Line 1421: wip_operations_utilities.pending_op_txns(P_Wip_Entity_Id,P_Organization_Id,P_Operation_Seq_Num,null,null) = TRUE

1417: l_quantity_waiting_to_move <> 0 OR
1418: l_quantity_rejected <> 0 OR
1419: l_quantity_scrapped <> 0 OR
1420: l_quantity_completed <> 0 OR
1421: wip_operations_utilities.pending_op_txns(P_Wip_Entity_Id,P_Organization_Id,P_Operation_Seq_Num,null,null) = TRUE
1422: THEN
1423: FND_MESSAGE.SET_NAME('WIP','WIP_DELETE_OPERATION');
1424: X_Error_Message := fnd_message.get;
1425: X_Return_Status := fnd_api.g_ret_sts_error;