DBA Data[Home] [Help]

APPS.WIP_TRANSACTION_PVT dependencies on WIP_RES_UTIL

Line 99: l_OSP_rec := WIP_Res_Util.Convert_Miss_To_Null(l_OSP_rec);

95: p_Res_rec => l_OSP_rec
96: ,x_Res_rec => l_OSP_rec);
97: end if;
98: l_process_phase := '5';
99: l_OSP_rec := WIP_Res_Util.Convert_Miss_To_Null(l_OSP_rec);
100: l_process_phase := '6';
101: --Validate the OSP Record
102: WIP_Validate_Res.Attributes(x_return_status => l_return_status
103: ,p_Res_rec => l_OSP_rec

Line 118: WIP_Res_Util.Insert_Row(p_Res_rec => l_OSP_rec);

114: end if;
115: l_process_phase := '8';
116: --Create the OSP record (resource transaction)
117: if (l_return_status <> FND_API.G_RET_STS_ERROR) then
118: WIP_Res_Util.Insert_Row(p_Res_rec => l_OSP_rec);
119: end if;
120: l_process_phase := '9';
121: if (l_direct_item_flag <> 1) then
122: --Perform the Move transaction if the autocharge is PO Move

Line 311: l_OSP_tbl := WIP_Res_Util.Query_Rows

307: FOR I1 IN 1..l_WIPTransaction_tbl.COUNT LOOP
308:
309: -- Get OSP ( parent = WIPTransaction )
310:
311: l_OSP_tbl := WIP_Res_Util.Query_Rows
312: ( p_dummy => l_WIPTransaction_tbl(I1).dummy
313: );
314:
315: FOR I2 IN 1..l_Res_tbl.COUNT LOOP

Line 457: WIP_Res_Util.Print_Record(l_res_txn_rec);

453: p_Res_rec => l_res_txn_rec
454: ,x_Res_rec => l_res_txn_rec);
455: l_process_phase := '3';
456:
457: WIP_Res_Util.Print_Record(l_res_txn_rec);
458: l_process_phase := '4';
459: l_res_txn_rec := WIP_Res_Util.Convert_Miss_To_Null(l_res_txn_rec);
460: l_process_phase := '5';
461: -- Validate the Resource Record in 2 stages :

Line 459: l_res_txn_rec := WIP_Res_Util.Convert_Miss_To_Null(l_res_txn_rec);

455: l_process_phase := '3';
456:
457: WIP_Res_Util.Print_Record(l_res_txn_rec);
458: l_process_phase := '4';
459: l_res_txn_rec := WIP_Res_Util.Convert_Miss_To_Null(l_res_txn_rec);
460: l_process_phase := '5';
461: -- Validate the Resource Record in 2 stages :
462: -- 1. The Resource Record Attributes
463: -- 2. The Resource Record Entity as such

Line 480: WIP_Res_Util.Insert_Row(p_Res_rec => l_res_txn_rec);

476: ,p_old_Res_rec => l_old_OSP_rec);
477:
478: l_process_phase := '7';
479: --Create the Resource record (resource transaction)
480: WIP_Res_Util.Insert_Row(p_Res_rec => l_res_txn_rec);
481: l_process_phase := '8';
482: FND_MSG_PUB.Count_And_Get
483: ( p_encoded => FND_API.G_FALSE ,
484: p_count => p_msg_count ,