DBA Data[Home] [Help]

APPS.GMF_SUBLEDGER_PKG dependencies on FND_APPLICATION

Line 775: FROM fnd_application

771: AND glp.period_year = sts.period_year
772: AND sts.set_of_books_id = cp_ledger_id
773: AND sts.application_id = (
774: SELECT application_id
775: FROM fnd_application
776: WHERE application_short_name = 'SQLGL')
777: ;
778:
779: l_gl_fiscal_year NUMBER(15);