DBA Data[Home] [Help]

APPS.JA_CN_PS_SI_EXPORT_PKG dependencies on JA_CN_PS_HRMS_EXPORT_PKG

Line 150: JA_CN_PS_HRMS_EXPORT_PKG.Add_Department_Records( pn_legal_entity_id

146: JA_CN_UTILITY.Print_Concurrent_Steps_For_Log
147: ( pv_step_number => '2.5'
148: , pv_report_name => 'INNER_ORGANIZATION_RECORDS'
149: );
150: JA_CN_PS_HRMS_EXPORT_PKG.Add_Department_Records( pn_legal_entity_id
151: , pn_ledger_id
152: , TO_CHAR(pn_accounting_year)
153: );
154: --export employee category

Line 159: JA_CN_PS_HRMS_EXPORT_PKG.Add_Employee_Category( pn_legal_entity_id

155: JA_CN_UTILITY.Print_Concurrent_Steps_For_Log
156: ( pv_step_number => '2.6'
157: , pv_report_name => 'STAFF_CATEGORY'
158: );
159: JA_CN_PS_HRMS_EXPORT_PKG.Add_Employee_Category( pn_legal_entity_id
160: , pn_ledger_id
161: , TO_CHAR(pn_accounting_year)
162: );
163: --export employee records

Line 168: JA_CN_PS_HRMS_EXPORT_PKG.Add_Employee_Records( pn_legal_entity_id

164: JA_CN_UTILITY.Print_Concurrent_Steps_For_Log
165: ( pv_step_number => '2.7'
166: , pv_report_name => 'STAFF_RECORDS'
167: );
168: JA_CN_PS_HRMS_EXPORT_PKG.Add_Employee_Records( pn_legal_entity_id
169: , pn_ledger_id
170: , TO_CHAR(pn_accounting_year)
171: );
172: --export Project Information