DBA Data[Home] [Help]

APPS.PA_PURGE_VALIDATE_BILLING dependencies on GL_JE_SOURCES

Line 260: FROM GL_Je_Sources

256: -- project is not valid for purge as far as billing is concerned
257: --
258: SELECT user_je_source_name
259: INTO l_user_source_name
260: FROM GL_Je_Sources
261: WHERE je_source_name='Project Accounting';
262:
263: Open IsBillingValid(l_user_source_name) ;
264: