DBA Data[Home] [Help]

APPS.PQP_EXR_INS dependencies on HR_STARTUP_DATA_API_SUPPORT

Line 25: WHERE session_id = hr_startup_data_api_support.g_session_id;

21: --
22: CURSOR csr_definition IS
23: SELECT product_short_name
24: FROM hr_owner_definitions
25: WHERE session_id = hr_startup_data_api_support.g_session_id;
26: --
27: BEGIN
28: --
29:

Line 30: IF (hr_startup_data_api_support.return_startup_mode IN

26: --
27: BEGIN
28: --
29:
30: IF (hr_startup_data_api_support.return_startup_mode IN
31: ('STARTUP','GENERIC')) THEN
32: --
33: FOR c1 IN csr_definition LOOP
34: --

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

113: --
114: -- Insert the row into: pqp_exception_reports
115: --
116:
117: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP')
118: THEN
119:
120: insert into pqp_exception_reports
121: (exception_report_id