DBA Data[Home] [Help]

APPS.GHR_EHRI_DYNRPT dependencies on GHR_NATURE_OF_ACTIONS

Line 2632: from ghr_nature_of_actions

2628: cursor get_ord_of_proc(p_noa_code in varchar2,
2629: p_effective_date in date)
2630: is
2631: select order_of_processing
2632: from ghr_nature_of_actions
2633: where code = p_noa_code
2634: and p_effective_date between nvl(date_from, p_effective_date)
2635: and nvl(date_to,p_effective_date);
2636: --6850492