DBA Data[Home] [Help]

APPS.JA_CN_PS_GL_EXPORT_PROG dependencies on JA_CN_JC_EXPORT_PKG

Line 117: JA_CN_JC_EXPORT_PKG.Add_Journal_Categories( pn_legal_entity_id => pn_legal_entity_id

113: JA_CN_PS_GBI_EXPORT_PKG.Add_GL_Basic_Info(pn_coa_id => pn_chart_of_account_id);
114:
115: --Step3: Export Journal Category
116: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log('2.2','JOURNAL_CATEGORY');
117: JA_CN_JC_EXPORT_PKG.Add_Journal_Categories( pn_legal_entity_id => pn_legal_entity_id
118: , pn_ledger_id => pn_ledger_id
119: , pn_accounting_year => TO_NUMBER(pv_accounting_year)
120: );
121: