DBA Data[Home] [Help]

APPS.JA_CN_SI_EXPORT_PROG dependencies on JA_CN_GL_EAB_EXPORT_PKG

Line 111: JA_CN_GL_EAB_EXPORT_PKG.Add_Electronic_Accounting_Book( pn_legal_entity_id => pn_legal_entity_id

107:
108: -- call the procedures to export the reports seperately here begin
109: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log( pv_step_number => '2.1'
110: , pv_report_name => 'ELECTRONIC_ACCOUNTING_BOOK');
111: JA_CN_GL_EAB_EXPORT_PKG.Add_Electronic_Accounting_Book( pn_legal_entity_id => pn_legal_entity_id
112: , pn_ledger_id => pn_ledger_id
113: , pn_accounting_year => TO_NUMBER(pv_accounting_year)
114: );
115: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log( pv_step_number => '2.2'