DBA Data[Home] [Help]

APPS.PAY_ZA_EFT_RECONCILIATION dependencies on HR_SOFT_CODING_KEYFLEX

Line 39: hr_soft_coding_keyflex SOK

35: CURSOR get_acb_code (p_effective_date date) IS
36: select SEGMENT2
37: from pay_payrolls_f PPF,
38: PAY_PAYROLL_ACTIONS PPA,
39: hr_soft_coding_keyflex SOK
40: where PPA.payroll_action_id = p_payroll_action_id
41: and PPA.payroll_id = PPF.payroll_id
42: and PPF.SOFT_CODING_KEYFLEX_ID = SOK.SOFT_CODING_KEYFLEX_ID
43: and p_effective_date between ppf.EFFECTIVE_START_DATE and ppf.EFFECTIVE_END_DATE;