DBA Data[Home] [Help]

APPS.ENG_ECO_PVT dependencies on ENG_ECO_REVISION_UTIL

Line 13448: ENG_ECO_Revision_Util.Perform_Writes

13444:
13445: -- Process Flow step 11 : Database Writes
13446:
13447: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Writing to the database'); END IF;
13448: ENG_ECO_Revision_Util.Perform_Writes
13449: ( p_eco_revision_rec => l_eco_revision_rec
13450: , p_eco_rev_unexp_rec => l_eco_rev_unexp_rec
13451: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
13452: , x_return_status => l_return_status

Line 16450: ENG_Eco_Revision_Util.Lock_Row

16446: FOR I IN 1..p_eco_revision_tbl.COUNT LOOP
16447:
16448: IF p_eco_revision_tbl(I).operation = ENG_GLOBALS.G_OPR_LOCK THEN
16449:
16450: ENG_Eco_Revision_Util.Lock_Row
16451: ( p_eco_revision_rec => p_eco_revision_tbl(I)
16452: , x_eco_revision_rec => l_eco_revision_rec
16453: , x_return_status => l_return_status
16454: , x_err_text => x_err_text