DBA Data[Home] [Help]

APPS.PAY_MX_SOC_SEC_ARCHIVE dependencies on HR_API

Line 552: /* Above procedure returns hr_api.g_sot if no records are found in

548: p_attribute18 => NULL,
549: p_attribute19 => NULL,
550: p_attribute20 => NULL);
551:
552: /* Above procedure returns hr_api.g_sot if no records are found in
553: pay_recorded_requests. So, use the implementation date if date
554: fetched above is equal to hr_api.g_sot */
555:
556: IF NVL( ld_start_date, hr_api.g_sot ) <> hr_api.g_sot THEN

Line 554: fetched above is equal to hr_api.g_sot */

550: p_attribute20 => NULL);
551:
552: /* Above procedure returns hr_api.g_sot if no records are found in
553: pay_recorded_requests. So, use the implementation date if date
554: fetched above is equal to hr_api.g_sot */
555:
556: IF NVL( ld_start_date, hr_api.g_sot ) <> hr_api.g_sot THEN
557:
558: lv_start_date := fnd_date.date_to_canonical( ld_start_date );

Line 556: IF NVL( ld_start_date, hr_api.g_sot ) <> hr_api.g_sot THEN

552: /* Above procedure returns hr_api.g_sot if no records are found in
553: pay_recorded_requests. So, use the implementation date if date
554: fetched above is equal to hr_api.g_sot */
555:
556: IF NVL( ld_start_date, hr_api.g_sot ) <> hr_api.g_sot THEN
557:
558: lv_start_date := fnd_date.date_to_canonical( ld_start_date );
559:
560: ELSE

Line 630: END IF; -- ld_start_date <> hr_api.g_sot

626: FROM DUAL;
627:
628: END IF; -- p_gre_id IS NOT NULL
629:
630: END IF; -- ld_start_date <> hr_api.g_sot
631:
632: hr_utility_trace('lv_start_date '||lv_start_date);
633:
634: RETURN lv_start_date ;