DBA Data[Home] [Help]

APPS.PAY_FR_DADS_EMP_PKG dependencies on FND_APPLICATION

Line 1150: from fnd_application

1146:
1147: -- Fetch the product Id
1148: cursor csr_get_per_id is
1149: select application_id
1150: from fnd_application
1151: where application_short_name = 'PER';
1152: --
1153: -- New cursor is defined to get all the payroll periods
1154: -- as part of Time Analysis Changes.