DBA Data[Home] [Help]

APPS.IEX_TERR_ASSIGNMENT_CLEANUP dependencies on JTF_TAE_1001_ACCOUNT_TRANS

Line 154: FROM JTF_TAE_1001_ACCOUNT_TRANS

150:
151:
152: CURSOR del_acct(c_worker_id number) IS
153: SELECT distinct trans_object_id
154: FROM JTF_TAE_1001_ACCOUNT_TRANS
155: WHERE worker_id=c_worker_id;
156:
157: BEGIN
158: IEX_TERR_WINNERS_PUB.Print_Debug('*** iexttacb.pls::IEX_TERR_ASSIGNMENT_CLEANUP::Perform_Account_Cleanup() ***');