DBA Data[Home] [Help]

APPS.PQP_EXR_SHD dependencies on HR_STARTUP_DATA_API_SUPPORT

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

107: Close C_Sel1;
108: --
109: -- The primary key is invalid therefore we must error
110: --
111: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP') THEN
112: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');
113: fnd_message.raise_error;
114: END IF;
115: End If;

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

180: Close C_Sel1;
181: --
182: -- The primary key is invalid therefore we must error
183: --
184: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP') THEN
185: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');
186: fnd_message.raise_error;
187: END IF;
188: End If;