DBA Data[Home] [Help]

APPS.IEX_GAR_PUB dependencies on JTF_TAE_1600_CUST_WINNERS

Line 210: SELECT count(*) INTO l_acc_count FROM jtf_tae_1600_cust_winners;

206: ' '|| SQLERRM);
207: IEX_TERR_WINNERS_PUB.Print_Debug('Error buffer ' || l_errbuf);
208: END;
209:
210: SELECT count(*) INTO l_acc_count FROM jtf_tae_1600_cust_winners;
211: IEX_TERR_WINNERS_PUB.Print_Debug('Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );
212:
213: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );
214: --

Line 211: IEX_TERR_WINNERS_PUB.Print_Debug('Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );

207: IEX_TERR_WINNERS_PUB.Print_Debug('Error buffer ' || l_errbuf);
208: END;
209:
210: SELECT count(*) INTO l_acc_count FROM jtf_tae_1600_cust_winners;
211: IEX_TERR_WINNERS_PUB.Print_Debug('Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );
212:
213: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );
214: --
215:

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

209:
210: SELECT count(*) INTO l_acc_count FROM jtf_tae_1600_cust_winners;
211: IEX_TERR_WINNERS_PUB.Print_Debug('Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );
212:
213: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Number of records in jtf_tae_1600_cust_winners : ' || l_acc_count );
214: --
215:
216: -- Set the Session parameters
217: IEX_ATA_PUB.Set_Area_Sizes;