DBA Data[Home] [Help]

APPS.PER_SUC_BUS dependencies on HR_GENERAL

Line 260: AND NVL (hr_general.get_position_date_end (per.position_id),

256: FROM hr_positions_f per
257: WHERE per.position_id = NVL (p_position_id, -1)
258: AND p_effective_date BETWEEN per.effective_start_date AND per.effective_end_date
259: AND p_effective_date BETWEEN per.date_effective
260: AND NVL (hr_general.get_position_date_end (per.position_id),
261: hr_api.g_eot
262: );
263: --
264: BEGIN

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

1658: -- Descriptive flex check
1659: -- ======================
1660: --
1661: /*
1662: IF hr_general.get_calling_context <>'FORMS' THEN
1663: per_suc_flex.df(p_rec => p_rec);
1664: END IF;
1665: */
1666: --

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

1801: -- Descriptive flex check
1802: -- ======================
1803: --
1804: /*
1805: IF hr_general.get_calling_context <>'FORMS' THEN
1806: per_suc_flex.df(p_rec => p_rec);
1807: END IF;
1808: */
1809: --