DBA Data[Home] [Help]

APPS.JA_CN_SI_EXPORT_PROG dependencies on JA_CN_HRMS_EXPORT_PKG

Line 147: JA_CN_HRMS_EXPORT_PKG.Add_Department_Records( 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'
146: , pv_report_name => 'DEPARTMENT_RECORDS');
147: JA_CN_HRMS_EXPORT_PKG.Add_Department_Records( pn_legal_entity_id => pn_legal_entity_id
148: , pn_ledger_id => pn_ledger_id
149: , pv_accounting_year => pv_accounting_year
150: );
151: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log( pv_step_number => '2.8'

Line 153: JA_CN_HRMS_EXPORT_PKG.Add_Employee_Records( pn_legal_entity_id => pn_legal_entity_id

149: , pv_accounting_year => pv_accounting_year
150: );
151: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log( pv_step_number => '2.8'
152: , pv_report_name => 'EMPLOYEE_RECORDS');
153: JA_CN_HRMS_EXPORT_PKG.Add_Employee_Records( pn_legal_entity_id => pn_legal_entity_id
154: , pn_ledger_id => pn_ledger_id
155: , pv_accounting_year => pv_accounting_year
156: );
157: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log( pv_step_number => '2.9'