DBA Data[Home] [Help]

APPS.GHR_HISTORY_API dependencies on GHR_API

Line 1437: -- Set ghr_api.g_api_dml to TRUE to bypass Position and Person EI validation

1433: l_session_var.date_effective:=p_eff_date;
1434: set_g_session_var(l_session_var);
1435: END IF;
1436: /*End Bug:7529592 */
1437: -- Set ghr_api.g_api_dml to TRUE to bypass Position and Person EI validation
1438: -- trigger to be fired. This must be set only before post_update_process and
1439: -- not in the form so that validation trigger gets fired for the first time
1440: -- but not at the time of cascacade.
1441: ghr_api.g_api_dml := TRUE;

Line 1441: ghr_api.g_api_dml := TRUE;

1437: -- Set ghr_api.g_api_dml to TRUE to bypass Position and Person EI validation
1438: -- trigger to be fired. This must be set only before post_update_process and
1439: -- not in the form so that validation trigger gets fired for the first time
1440: -- but not at the time of cascacade.
1441: ghr_api.g_api_dml := TRUE;
1442:
1443: Post_update_process;
1444: reinit_g_session_var;
1445:

Line 1446: ghr_api.g_api_dml := FALSE;

1442:
1443: Post_update_process;
1444: reinit_g_session_var;
1445:
1446: ghr_api.g_api_dml := FALSE;
1447: new_form_instance_process;
1448: hr_utility.set_location('Leaving GHR_HISTORY_API.Post_forms_commit_process',1729);
1449:
1450: end post_forms_commit_process;