DBA Data[Home] [Help]

APPS.PER_POSITION_MAPPING dependencies on PAY_ALL_PAYROLLS_F

Line 86: from pay_all_payrolls_f pay, fnd_sessions f

82: , p_business_group_id number )
83: return number is
84: cursor csr_lookup is
85: select payroll_id
86: from pay_all_payrolls_f pay, fnd_sessions f
87: where payroll_name = p_pay_freq_payroll_name
88: and f.effective_date between
89: pay.effective_start_date and pay.effective_end_date
90: and f.session_id = userenv ('sessionid')