DBA Data[Home] [Help]

APPS.IEX_ATA_PUB dependencies on JTF_TAE_1600_CUST_WINNERS

Line 322: SELECT count(*) INTO l_acc_count FROM jtf_tae_1600_cust_WINNERS;

318: IEX_DEBUG('No Records in JTF Trans Table, Do the Setup and then run this program');
319: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Do the setup and run this program ');
320: END IF;
321:
322: SELECT count(*) INTO l_acc_count FROM jtf_tae_1600_cust_WINNERS;
323: IEX_DEBUG('Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );
324: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );
325:
326: -- submit concurrent request IEXGAR for ACCOUNT

Line 323: IEX_DEBUG('Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );

319: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Do the setup and run this program ');
320: END IF;
321:
322: SELECT count(*) INTO l_acc_count FROM jtf_tae_1600_cust_WINNERS;
323: IEX_DEBUG('Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );
324: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );
325:
326: -- submit concurrent request IEXGAR for ACCOUNT
327: FOR i in 1..p_ActualAccountWorkersUsed LOOP

Line 324: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );

320: END IF;
321:
322: SELECT count(*) INTO l_acc_count FROM jtf_tae_1600_cust_WINNERS;
323: IEX_DEBUG('Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );
324: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );
325:
326: -- submit concurrent request IEXGAR for ACCOUNT
327: FOR i in 1..p_ActualAccountWorkersUsed LOOP
328: --Bug5043777. Fix By LKKUMAR. Set the Context for Spawn Program. Start.