DBA Data[Home] [Help]

APPS.PAY_EBRA_DIAGNOSTICS dependencies on FND_DATE

Line 403: l_trunc_date := NVL(p_start_date, fnd_date.canonical_to_date('0001/01/01 00:00:00') ) ;

399: -- Validate if the attribute passed as parameter exists
400:
401: hr_utility.set_location(lv_package_stage,30);
402:
403: l_trunc_date := NVL(p_start_date, fnd_date.canonical_to_date('0001/01/01 00:00:00') ) ;
404:
405: open c_get_valid_count(l_trunc_date,
406: p_business_group_id,
407: p_attribute_id );