DBA Data[Home] [Help]

APPS.PQP_ERT_BUS dependencies on HR_STARTUP_DATA_API_SUPPORT

Line 54: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP') THEN

50: ,p_argument_value => p_exception_report_id
51: );
52: --
53: --
54: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP') THEN
55: open csr_sec_grp;
56: fetch csr_sec_grp into l_security_group_id;
57: --
58: if csr_sec_grp%notfound then