DBA Data[Home] [Help]

APPS.HR_RATE_VALUES_SWI dependencies on FND_GLOBAL

Line 945: l_login_person_id := fnd_global.employee_id;

941: and pgr.effective_end_date;
942:
943: l_current_rec csr_basetb_data%rowtype;
944: Begin
945: l_login_person_id := fnd_global.employee_id;
946: l_transaction_id :=
947: hr_transaction_ss.get_transaction_id(p_item_type ,p_item_key);
948: l_asg_rate_rec := p_asg_rate_tab(1);
949:

Line 1221: l_login_person_id := fnd_global.employee_id;

1217: l_validate BOOLEAN := true;
1218:
1219:
1220: Begin
1221: l_login_person_id := fnd_global.employee_id;
1222: l_transaction_id :=
1223: hr_transaction_ss.get_transaction_id(p_item_type ,p_item_key);
1224:
1225: if l_transaction_id is NULL