DBA Data[Home] [Help]

APPS.HXC_PROJ_MANAGER_APPROVAL_PKG dependencies on HXC_APPROVAL_STYLES

Line 8: select approval_style_id from HXC_APPROVAL_STYLES where name ='SEEDED_APPL_PA_MGR';

4: g_debug boolean := hr_utility.debug_enabled;
5:
6: cursor g_csr_get_approval_style
7: is
8: select approval_style_id from HXC_APPROVAL_STYLES where name ='SEEDED_APPL_PA_MGR';
9:
10:
11: -- Getting the Time recepient id for Projects application (APPLICATION_ID = 275 )
12:

Line 439: hxc_approval_styles_api.create_approval_styles(

435: hr_utility.set_location(l_proc, 20);
436: end if;
437:
438:
439: hxc_approval_styles_api.create_approval_styles(
440: p_name =>'SEEDED_APPL_PA_MGR',
441: p_approval_style_id => l_approval_style_id,
442: p_object_version_number => l_object_version_number);
443: