DBA Data[Home] [Help]

APPS.PQH_GSP_UTILITY dependencies on PQH_CORPS_UTILITY

Line 309: l_business_area := pqh_corps_utility.get_cet_business_area(p_copy_entity_txn_id);

305: hr_utility.raise_error;
306: end if;
307: Close csr_gl_grade_assg_emp;
308:
309: l_business_area := pqh_corps_utility.get_cet_business_area(p_copy_entity_txn_id);
310: if l_business_area = 'PQH_CORPS_TASK_LIST' then
311: -- Get Corps_Id
312: Open csr_corps_id;
313: Fetch csr_corps_id into l_corps_id;

Line 440: st_icon := pqh_corps_utility.get_cpd_status(p_node_number => p_gsp_node,

436: end if;
437:
438: if l_table_alias = 'PQH_CORPS_TASK_LIST' Then
439:
440: st_icon := pqh_corps_utility.get_cpd_status(p_node_number => p_gsp_node,
441: p_copy_entity_txn_id => p_copy_enty_txn_id);
442: Return st_icon;
443:
444: End If;

Line 709: l_business_area := pqh_corps_utility.get_cet_business_area(p_copy_entity_txn_id);

705: hr_utility.set_message(801, 'PER_7937_DEL_CEIL_STEP');
706: hr_utility.raise_error;
707: END IF;
708:
709: l_business_area := pqh_corps_utility.get_cet_business_area(p_copy_entity_txn_id);
710: if l_business_area = 'PQH_CORPS_TASK_LIST' then
711: -- Get Corps_Id
712: Open csr_corps_id;
713: Fetch csr_corps_id into l_corps_id;

Line 1269: l_bus_area := pqh_corps_utility.get_cet_business_area( p_copy_entity_txn_id => p_copy_entity_txn_id);

1265: hr_utility.set_location('Generated Step Name : '||l_step_name,125);
1266: end if;
1267:
1268:
1269: l_bus_area := pqh_corps_utility.get_cet_business_area( p_copy_entity_txn_id => p_copy_entity_txn_id);
1270: if g_debug then
1271: hr_utility.set_location('Business Area : '||l_bus_area,130);
1272: end if;
1273: -- For Corps Rates HGrid Page need to Display Step Name like Step (Point Name | Gross Index | Increased Gross Index)

Line 1284: l_increased_index := pqh_corps_utility.get_increased_index(p_gross_index => l_gross_index,

1280: if g_debug then
1281: hr_utility.set_location('Gross Index '||l_gross_index,140);
1282: end if;
1283: If l_gross_index IS NOT NULL Then
1284: l_increased_index := pqh_corps_utility.get_increased_index(p_gross_index => l_gross_index,
1285: p_copy_entity_txn_id => p_copy_entity_txn_id);
1286: End If;
1287:
1288: if g_debug then

Line 3610: pqh_corps_utility.review_submit_valid_corps(p_copy_entity_txn_id => p_copy_entity_txn_id

3606: hr_utility.set_location('Check FR PS Corps Review Submit Validatsons...', 87);
3607: end if;
3608:
3609: -- Adde a call for FR Corps.
3610: pqh_corps_utility.review_submit_valid_corps(p_copy_entity_txn_id => p_copy_entity_txn_id
3611: ,p_effective_date => p_effective_date
3612: ,p_business_group_id => p_business_group_id
3613: ,p_status => l_error_status);
3614:

Line 4572: l_return := pqh_corps_utility.bus_area_pgm_entity_exist( p_bus_area_cd => p_bus_area_cd

4568: RETURN varchar2
4569: IS
4570: l_return Varchar2(50);
4571: BEGIN
4572: l_return := pqh_corps_utility.bus_area_pgm_entity_exist( p_bus_area_cd => p_bus_area_cd
4573: ,P_pgm_id => P_pgm_id );
4574: RETURN l_return;
4575: Return NULL;
4576: END bus_area_pgm_entity_exist;

Line 5069: l_salary_rate := pqh_corps_utility.get_salary_rate(p_gross_index => p_gross_index,

5065: BEGIN
5066: if p_gross_index is null THEN
5067: l_salary_rate := p_salary_rate;
5068: ELSE
5069: l_salary_rate := pqh_corps_utility.get_salary_rate(p_gross_index => p_gross_index,
5070: p_effective_date =>p_effective_date,
5071: p_copy_entity_txn_id => p_copy_entity_txn_id);
5072: END IF;
5073: