DBA Data[Home] [Help]

APPS.PER_SSHR_CHANGE_PAY dependencies on HR_PROCESS_PERSON_SS

Line 3192: IF (( hr_process_person_ss.g_assignment_id is not null) and

3188: Open csr_eff_date;
3189: Fetch csr_eff_date into l_transaction_effective_date,l_effective_date_option;
3190: Close csr_eff_date;
3191: --
3192: IF (( hr_process_person_ss.g_assignment_id is not null) and
3193: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) THEN
3194: --
3195: -- Set the Assignment Id to the one just created, don't use the
3196: -- transaction table.

Line 3193: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) THEN

3189: Fetch csr_eff_date into l_transaction_effective_date,l_effective_date_option;
3190: Close csr_eff_date;
3191: --
3192: IF (( hr_process_person_ss.g_assignment_id is not null) and
3193: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) THEN
3194: --
3195: -- Set the Assignment Id to the one just created, don't use the
3196: -- transaction table.
3197:

Line 3198: l_g_assignment_id := hr_process_person_ss.g_assignment_id;

3194: --
3195: -- Set the Assignment Id to the one just created, don't use the
3196: -- transaction table.
3197:
3198: l_g_assignment_id := hr_process_person_ss.g_assignment_id;
3199: hr_utility.set_location('Getting global assignment id = ' ||to_char(l_g_assignment_id),20);
3200: --
3201: END IF;
3202: --