DBA Data[Home] [Help]

APPS.PAY_NL_RETRO_SETUP_REPORT dependencies on FND_DATE

Line 166: l_effec_date := fnd_date.canonical_to_date(p_eff_date);

162: hr_utility.set_location('Inside pay_nl_retro_setup_report.generate : p_ele_records'||p_ele_records,160);
163: hr_utility.set_location('Inside pay_nl_retro_setup_report.generate : p_business_group_id'||p_business_group_id,180);
164:
165:
166: l_effec_date := fnd_date.canonical_to_date(p_eff_date);
167:
168: OPEN csr_bg_name(p_business_group_id,l_effec_date);
169: FETCH csr_bg_name INTO l_bg_name;
170: CLOSE csr_bg_name;