DBA Data[Home] [Help]

APPS.PQH_GSP_UTILITY dependencies on PQH_CORPS_UTILITY

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

424: hr_utility.raise_error;
425: end if;
426: Close csr_gl_grade_assg_emp;
427:
428: l_business_area := pqh_corps_utility.get_cet_business_area(p_copy_entity_txn_id);
429: if l_business_area = 'PQH_CORPS_TASK_LIST' then
430: -- Get Corps_Id
431: Open csr_corps_id;
432: Fetch csr_corps_id into l_corps_id;

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

555: end if;
556:
557: if l_table_alias = 'PQH_CORPS_TASK_LIST' Then
558:
559: st_icon := pqh_corps_utility.get_cpd_status(p_node_number => p_gsp_node,
560: p_copy_entity_txn_id => p_copy_enty_txn_id);
561: Return st_icon;
562:
563: End If;

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

824: hr_utility.set_message(801, 'PER_7937_DEL_CEIL_STEP');
825: hr_utility.raise_error;
826: END IF;
827:
828: l_business_area := pqh_corps_utility.get_cet_business_area(p_copy_entity_txn_id);
829: if l_business_area = 'PQH_CORPS_TASK_LIST' then
830: -- Get Corps_Id
831: Open csr_corps_id;
832: Fetch csr_corps_id into l_corps_id;

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

1384: hr_utility.set_location('Generated Step Name : '||l_step_name,125);
1385: end if;
1386:
1387:
1388: l_bus_area := pqh_corps_utility.get_cet_business_area( p_copy_entity_txn_id => p_copy_entity_txn_id);
1389: if g_debug then
1390: hr_utility.set_location('Business Area : '||l_bus_area,130);
1391: end if;
1392: -- For Corps Rates HGrid Page need to Display Step Name like Step (Point Name | Gross Index | Increased Gross Index)

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

1399: if g_debug then
1400: hr_utility.set_location('Gross Index '||l_gross_index,140);
1401: end if;
1402: If l_gross_index IS NOT NULL Then
1403: l_increased_index := pqh_corps_utility.get_increased_index(p_gross_index => l_gross_index,
1404: p_copy_entity_txn_id => p_copy_entity_txn_id);
1405: End If;
1406:
1407: if g_debug then

Line 3729: pqh_corps_utility.review_submit_valid_corps(p_copy_entity_txn_id => p_copy_entity_txn_id

3725: hr_utility.set_location('Check FR PS Corps Review Submit Validatsons...', 87);
3726: end if;
3727:
3728: -- Adde a call for FR Corps.
3729: pqh_corps_utility.review_submit_valid_corps(p_copy_entity_txn_id => p_copy_entity_txn_id
3730: ,p_effective_date => p_effective_date
3731: ,p_business_group_id => p_business_group_id
3732: ,p_status => l_error_status);
3733:

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

4687: RETURN varchar2
4688: IS
4689: l_return Varchar2(50);
4690: BEGIN
4691: l_return := pqh_corps_utility.bus_area_pgm_entity_exist( p_bus_area_cd => p_bus_area_cd
4692: ,P_pgm_id => P_pgm_id );
4693: RETURN l_return;
4694: Return NULL;
4695: END bus_area_pgm_entity_exist;

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

5184: BEGIN
5185: if p_gross_index is null THEN
5186: l_salary_rate := p_salary_rate;
5187: ELSE
5188: l_salary_rate := pqh_corps_utility.get_salary_rate(p_gross_index => p_gross_index,
5189: p_effective_date =>p_effective_date,
5190: p_copy_entity_txn_id => p_copy_entity_txn_id);
5191: END IF;
5192: