DBA Data[Home] [Help]

APPS.GHR_PC_BASIC_PAY dependencies on FND_PROFILE

Line 2768: l_business_group_id := FND_PROFILE.value('PER_BUSINESS_GROUP_ID');

2764: l_curr_basic_pay := p_pay_calc_data.current_basic_pay;
2765: l_effective_date := NVL(p_pay_calc_data.effective_date,TRUNC(sysdate));
2766:
2767: -- Added for Perf certification
2768: l_business_group_id := FND_PROFILE.value('PER_BUSINESS_GROUP_ID');
2769: FOR cur_get_pos_org_rec IN cur_get_pos_org (p_pay_calc_data.position_id, l_effective_date)
2770: LOOP
2771: l_org_id := cur_get_pos_org_rec.organization_id;
2772: END LOOP;