DBA Data[Home] [Help]

APPS.ENG_ECO_PVT dependencies on ENG_ECO_REVISION_UTIL

Line 13522: ENG_ECO_Revision_Util.Perform_Writes

13518:
13519: -- Process Flow step 11 : Database Writes
13520:
13521: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Writing to the database'); END IF;
13522: ENG_ECO_Revision_Util.Perform_Writes
13523: ( p_eco_revision_rec => l_eco_revision_rec
13524: , p_eco_rev_unexp_rec => l_eco_rev_unexp_rec
13525: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
13526: , x_return_status => l_return_status

Line 16538: ENG_Eco_Revision_Util.Lock_Row

16534: FOR I IN 1..p_eco_revision_tbl.COUNT LOOP
16535:
16536: IF p_eco_revision_tbl(I).operation = ENG_GLOBALS.G_OPR_LOCK THEN
16537:
16538: ENG_Eco_Revision_Util.Lock_Row
16539: ( p_eco_revision_rec => p_eco_revision_tbl(I)
16540: , x_eco_revision_rec => l_eco_revision_rec
16541: , x_return_status => l_return_status
16542: , x_err_text => x_err_text