DBA Data[Home] [Help]

APPS.GMF_SUBLEDGER_PKG dependencies on FND_APPLICATION

Line 1216: FROM fnd_application

1212: AND glp.period_year = sts.period_year
1213: AND sts.set_of_books_id = cp_ledger_id
1214: AND sts.application_id = (
1215: SELECT application_id
1216: FROM fnd_application
1217: WHERE application_short_name = 'SQLGL')
1218: ;
1219:
1220: l_gl_fiscal_year NUMBER(15);