DBA Data[Home] [Help]

APPS.PQP_INI_BAL dependencies on DBMS_UTILITY

Line 1054: hr_utility.set_location('Entering Query for Element Id: '||p_element_name,dbms_utility.get_time);

1050: g_payroll_det_cache(1).consolidation_set_id := l_consol_set_id;
1051: g_payroll_det_cache(1).effective_date := l_effective_date;
1052: END IF;
1053:
1054: hr_utility.set_location('Entering Query for Element Id: '||p_element_name,dbms_utility.get_time);
1055:
1056: --Check the Element Cache for Element Type Id
1057: FOR i in 1..g_element_cache.count
1058: LOOP

Line 1165: hr_utility.set_location('Exiting Function Call for Element Link: '||l_element_link_id,dbms_utility.get_time);

1161: ,p_element_id =>l_element_type_id
1162: ,p_effective_date =>l_effective_date
1163: );
1164:
1165: hr_utility.set_location('Exiting Function Call for Element Link: '||l_element_link_id,dbms_utility.get_time);
1166:
1167: if l_element_type_id is not null then
1168: l_effective_start_date := NULL;
1169: l_effective_end_date := NULL;

Line 1170: hr_utility.set_location('Entering Function to Create Adjustment: '||l_effective_date,dbms_utility.get_time);

1166:
1167: if l_element_type_id is not null then
1168: l_effective_start_date := NULL;
1169: l_effective_end_date := NULL;
1170: hr_utility.set_location('Entering Function to Create Adjustment: '||l_effective_date,dbms_utility.get_time);
1171: -- Create the Balance Adjustment Entry
1172: pay_balance_adjustment_api.create_adjustment(
1173: p_effective_date =>l_effective_date
1174: ,p_assignment_id =>p_assignment_id