DBA Data[Home] [Help]

APPS.HR_PAY_IF_PPM_NO_UPDATE2_ARU dependencies on HR_GENERAL

Line 57: IF HR_GENERAL.g_data_migrator_mode <> 'Y' THEN

53: /* Check whether PPM is of 'NACHA' type */
54: OPEN csr_ppm_type_check;
55: FETCH csr_ppm_type_check INTO l_nacha;
56: IF csr_ppm_type_check%FOUND THEN
57: IF HR_GENERAL.g_data_migrator_mode <> 'Y' THEN
58: /* Initialise the variables to ensure the triggers work */
59: --
60: l_business_group_id := :new.business_group_id;
61: --