DBA Data[Home] [Help]

APPS.HR_COMP_ELEMENT_OUTCOME_SWI dependencies on HR_COMPETENCE_ELEMENT_SWI

Line 87: if (( HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id is not null) and

83: hr_multi_message.enable_message_list;
84: --
85: -- Remember IN OUT parameter IN values
86: -- Heena: In Enter New Level of competency, Outcome can be in Create as well as Update mode.
87: if (( HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id is not null) and
88: (HR_COMPETENCE_ELEMENT_SWI.g_session_id= ICX_SEC.G_SESSION_ID)) then
89: l_competence_element_id := HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id;
90: else
91: l_competence_element_id := p_competence_element_id;

Line 88: (HR_COMPETENCE_ELEMENT_SWI.g_session_id= ICX_SEC.G_SESSION_ID)) then

84: --
85: -- Remember IN OUT parameter IN values
86: -- Heena: In Enter New Level of competency, Outcome can be in Create as well as Update mode.
87: if (( HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id is not null) and
88: (HR_COMPETENCE_ELEMENT_SWI.g_session_id= ICX_SEC.G_SESSION_ID)) then
89: l_competence_element_id := HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id;
90: else
91: l_competence_element_id := p_competence_element_id;
92: end if;

Line 89: l_competence_element_id := HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id;

85: -- Remember IN OUT parameter IN values
86: -- Heena: In Enter New Level of competency, Outcome can be in Create as well as Update mode.
87: if (( HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id is not null) and
88: (HR_COMPETENCE_ELEMENT_SWI.g_session_id= ICX_SEC.G_SESSION_ID)) then
89: l_competence_element_id := HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id;
90: else
91: l_competence_element_id := p_competence_element_id;
92: end if;
93: --

Line 310: if (( HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id is not null) and

306: -- Call API
307: --
308: -- Heena : Evaluating the possibility of not using p_datetrack_update_mode.
309: -- Heena: In Enter New Level of competency, Outcome can be in Create as well as Update mode.
310: if (( HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id is not null) and
311: (HR_COMPETENCE_ELEMENT_SWI.g_session_id= ICX_SEC.G_SESSION_ID)) then
312: l_competence_element_id := HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id;
313: l_datetrack_update_mode := 'UPDATE';
314: else

Line 311: (HR_COMPETENCE_ELEMENT_SWI.g_session_id= ICX_SEC.G_SESSION_ID)) then

307: --
308: -- Heena : Evaluating the possibility of not using p_datetrack_update_mode.
309: -- Heena: In Enter New Level of competency, Outcome can be in Create as well as Update mode.
310: if (( HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id is not null) and
311: (HR_COMPETENCE_ELEMENT_SWI.g_session_id= ICX_SEC.G_SESSION_ID)) then
312: l_competence_element_id := HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id;
313: l_datetrack_update_mode := 'UPDATE';
314: else
315: l_competence_element_id := p_competence_element_id;

Line 312: l_competence_element_id := HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id;

308: -- Heena : Evaluating the possibility of not using p_datetrack_update_mode.
309: -- Heena: In Enter New Level of competency, Outcome can be in Create as well as Update mode.
310: if (( HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id is not null) and
311: (HR_COMPETENCE_ELEMENT_SWI.g_session_id= ICX_SEC.G_SESSION_ID)) then
312: l_competence_element_id := HR_COMPETENCE_ELEMENT_SWI.g_competence_element_id;
313: l_datetrack_update_mode := 'UPDATE';
314: else
315: l_competence_element_id := p_competence_element_id;
316: l_datetrack_update_mode := 'CORRECT';