DBA Data[Home] [Help]

APPS.INV_SHORTCHECKPROCESSTRX_PVT dependencies on FND_FILE

Line 119: FND_FILE.PUT_LINE(FND_FILE.LOG,ERRBUF);

115: UpdateTrx ( L_SelectTrx_rec.organization_id,
116: L_SelectTrx_rec.inventory_item_id,
117: 3 );
118: ERRBUF := L_msg_data;
119: FND_FILE.PUT_LINE(FND_FILE.LOG,ERRBUF);
120: RETCODE := 1;
121: --
122: -- Else call send notifications proc if shortage has been detected
123: ELSE

Line 144: FND_FILE.PUT_LINE(FND_FILE.LOG,ERRBUF);

140: UpdateTrx ( L_SelectTrx_rec.organization_id,
141: L_SelectTrx_rec.inventory_item_id,
142: 3 );
143: ERRBUF := L_msg_data;
144: FND_FILE.PUT_LINE(FND_FILE.LOG,ERRBUF);
145: RETCODE := 1;
146: --
147: ELSE
148: -- Update checked rows in material transactions table

Line 183: FND_FILE.PUT_LINE(FND_FILE.LOG,ERRBUF);

179: 3 );
180: --
181: -- write error msg data to ERRBUF and to log file and set RETCODE
182: ERRBUF := TO_CHAR(SQLCODE);
183: FND_FILE.PUT_LINE(FND_FILE.LOG,ERRBUF);
184: RETCODE := 1;
185: --
186: -- and purge the rows from the temp table (if there are any)
187: INV_ShortCheckExec_PVT.PurgeTempTable (