DBA Data[Home] [Help]

APPS.PER_SUC_BUS dependencies on HR_GENERAL

Line 225: and nvl(hr_general.get_position_date_end(per.position_id),hr_api.g_eot);

221: between per.effective_start_date
222: and per.effective_end_date
223: and p_effective_date
224: between per.date_effective
225: and nvl(hr_general.get_position_date_end(per.position_id),hr_api.g_eot);
226: --
227: Begin
228: --
229: hr_utility.set_location('Entering:'||l_proc, 5);

Line 1251: IF hr_general.get_calling_context <>'FORMS' THEN

1247: -- Descriptive flex check
1248: -- ======================
1249: --
1250: /*
1251: IF hr_general.get_calling_context <>'FORMS' THEN
1252: per_suc_flex.df(p_rec => p_rec);
1253: END IF;
1254: */
1255: --

Line 1370: IF hr_general.get_calling_context <>'FORMS' THEN

1366: -- Descriptive flex check
1367: -- ======================
1368: --
1369: /*
1370: IF hr_general.get_calling_context <>'FORMS' THEN
1371: per_suc_flex.df(p_rec => p_rec);
1372: END IF;
1373: */
1374: --