DBA Data[Home] [Help]

APPS.PYUDET dependencies on HR_GENERAL

Line 1351: select ele.effective_start_date,HR_GENERAL.DECODE_LOOKUP('GB_AUTHORITY',eev.screen_entry_value)

1347: and ele.element_type_id = g_element_type_id
1348: order by ele.effective_start_date asc;*/
1349:
1350: -- Modified the cursor to fetch authority code as well.
1351: select ele.effective_start_date,HR_GENERAL.DECODE_LOOKUP('GB_AUTHORITY',eev.screen_entry_value)
1352: into l_future_date, p_auth_code
1353: from
1354: pay_element_entries_f ele,
1355: pay_element_entry_values_f eev,