DBA Data[Home] [Help]

APPS.PQP_PTY_BUS dependencies on FND_LOOKUP_VALUES

Line 1366: from fnd_lookup_values

1362: ) IS
1363:
1364: cursor c_get_end_date is
1365: select nvl(end_date_active,null)
1366: from fnd_lookup_values
1367: where lookup_type = 'PQP_PENSION_SUB_CATEGORY'
1368: and lookup_code = p_pension_sub_category
1369: and p_effective_date between start_date_active
1370: and nvl(end_date_active,hr_api.g_eot)