DBA Data[Home] [Help]

APPS.JA_CN_SI_EXPORT_PROG dependencies on JA_CN_SM_EXPORT_PKG

Line 141: JA_CN_SM_EXPORT_PKG.Add_Settlement_Method( pn_ledger_id => pn_ledger_id

137: , pn_accounting_year => TO_NUMBER(pv_accounting_year)
138: );
139: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log( pv_step_number => '2.6'
140: , pv_report_name => 'SETTLEMENT_METHOD');
141: JA_CN_SM_EXPORT_PKG.Add_Settlement_Method( pn_ledger_id => pn_ledger_id
142: , pn_legal_entity_id => pn_legal_entity_id
143: , pv_accounting_year => pv_accounting_year
144: );
145: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log( pv_step_number => '2.7'