DBA Data[Home] [Help]

APPS.PER_SSHR_CHANGE_PAY dependencies on HR_PROCESS_PERSON_SS

Line 1635: where API_NAME='HR_PROCESS_PERSON_SS.PROCESS_API'

1631: */
1632:
1633: select count(TRANSACTION_STEP_ID ) into l_newhire
1634: from hr_api_transaction_steps
1635: where API_NAME='HR_PROCESS_PERSON_SS.PROCESS_API'
1636: and transaction_id=p_transaction_id;
1637:
1638: if l_newhire > 0
1639: then

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

3202: Open csr_eff_date;
3203: Fetch csr_eff_date into l_transaction_effective_date,l_effective_date_option;
3204: Close csr_eff_date;
3205: --
3206: IF (( hr_process_person_ss.g_assignment_id is not null) and
3207: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) THEN
3208: --
3209: -- Set the Assignment Id to the one just created, don't use the
3210: -- transaction table.

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

3203: Fetch csr_eff_date into l_transaction_effective_date,l_effective_date_option;
3204: Close csr_eff_date;
3205: --
3206: IF (( hr_process_person_ss.g_assignment_id is not null) and
3207: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) THEN
3208: --
3209: -- Set the Assignment Id to the one just created, don't use the
3210: -- transaction table.
3211:

Line 3212: l_g_assignment_id := hr_process_person_ss.g_assignment_id;

3208: --
3209: -- Set the Assignment Id to the one just created, don't use the
3210: -- transaction table.
3211:
3212: l_g_assignment_id := hr_process_person_ss.g_assignment_id;
3213: hr_utility.set_location('Getting global assignment id = ' ||to_char(l_g_assignment_id),20);
3214: --
3215: END IF;
3216: --