DBA Data[Home] [Help]

APPS.JG_ZZ_PTCE_DT_PKG dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 40: ,financials_system_parameters fsp

36: ,fsp.vat_registration_num
37: ,fsp.vat_country_code
38: FROM gl_ledger_le_v gllev
39: ,gl_ledgers gl
40: ,financials_system_parameters fsp
41: WHERE gllev.ledger_category_code='PRIMARY'
42: AND gllev.legal_entity_id = gn_legal_entity_id
43: AND gl.ledger_id = gllev.ledger_id
44: AND fsp.set_of_books_id = gllev.ledger_id ;