DBA Data[Home] [Help]

APPS.WIP_TRANSACTION_PVT dependencies on WIP_RES_UTIL

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

141: end if; --end if entity_type = eam & receiving_transaction_id not null
142: /* End of Fix bug 9356683*/
143: end if;
144: l_process_phase := '5';
145: l_OSP_rec := WIP_Res_Util.Convert_Miss_To_Null(l_OSP_rec);
146: l_process_phase := '6';
147: --Validate the OSP Record
148: WIP_Validate_Res.Attributes(x_return_status => l_return_status
149: ,p_Res_rec => l_OSP_rec

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

173:
174: l_process_phase := '8';
175: --Create the OSP record (resource transaction)
176: if (l_return_status <> FND_API.G_RET_STS_ERROR) then
177: WIP_Res_Util.Insert_Row(p_Res_rec => l_OSP_rec);
178: end if;
179: l_process_phase := '9';
180: if (l_direct_item_flag <> 1) then
181: --Perform the Move transaction if the autocharge is PO Move

Line 370: l_OSP_tbl := WIP_Res_Util.Query_Rows

366: FOR I1 IN 1..l_WIPTransaction_tbl.COUNT LOOP
367:
368: -- Get OSP ( parent = WIPTransaction )
369:
370: l_OSP_tbl := WIP_Res_Util.Query_Rows
371: ( p_dummy => l_WIPTransaction_tbl(I1).dummy
372: );
373:
374: FOR I2 IN 1..l_Res_tbl.COUNT LOOP

Line 516: WIP_Res_Util.Print_Record(l_res_txn_rec);

512: p_Res_rec => l_res_txn_rec
513: ,x_Res_rec => l_res_txn_rec);
514: l_process_phase := '3';
515:
516: WIP_Res_Util.Print_Record(l_res_txn_rec);
517: l_process_phase := '4';
518: l_res_txn_rec := WIP_Res_Util.Convert_Miss_To_Null(l_res_txn_rec);
519: l_process_phase := '5';
520: -- Validate the Resource Record in 2 stages :

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

514: l_process_phase := '3';
515:
516: WIP_Res_Util.Print_Record(l_res_txn_rec);
517: l_process_phase := '4';
518: l_res_txn_rec := WIP_Res_Util.Convert_Miss_To_Null(l_res_txn_rec);
519: l_process_phase := '5';
520: -- Validate the Resource Record in 2 stages :
521: -- 1. The Resource Record Attributes
522: -- 2. The Resource Record Entity as such

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

535: ,p_old_Res_rec => l_old_OSP_rec);
536:
537: l_process_phase := '7';
538: --Create the Resource record (resource transaction)
539: WIP_Res_Util.Insert_Row(p_Res_rec => l_res_txn_rec);
540: l_process_phase := '8';
541: FND_MSG_PUB.Count_And_Get
542: ( p_encoded => FND_API.G_FALSE ,
543: p_count => p_msg_count ,