DBA Data[Home] [Help]

APPS.HR_AMEUTIL_SS dependencies on HR_TRANSACTION_SS

Line 2249: hr_transaction_ss.get_wf_effective_date

2245: -- code logic from hr_workflow_ss.check_mid_pay_period_change
2246:
2247: l_asg_txn_step_id:= get_assignment_step_id(p_transaction_id);
2248: l_effective_date := to_date(
2249: hr_transaction_ss.get_wf_effective_date
2250: (p_transaction_step_id => l_asg_txn_step_id),
2251: hr_transaction_ss.g_date_format);
2252:
2253: -- Get the pay_basis_id and payroll_id

Line 2251: hr_transaction_ss.g_date_format);

2247: l_asg_txn_step_id:= get_assignment_step_id(p_transaction_id);
2248: l_effective_date := to_date(
2249: hr_transaction_ss.get_wf_effective_date
2250: (p_transaction_step_id => l_asg_txn_step_id),
2251: hr_transaction_ss.g_date_format);
2252:
2253: -- Get the pay_basis_id and payroll_id
2254: l_new_pay_basis_id := hr_transaction_api.get_number_value
2255: (p_transaction_step_id => l_asg_txn_step_id