DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on HR_MAINTAIN_PROPOSAL_API

Line 2728: hr_maintain_proposal_api.insert_proposal_component(

2724: -- hr_utility.trace('No Of Components In Component Proc' || ln_count);
2725: -- now call the component API for each component
2726: FOR i in 1..ln_count
2727: LOOP
2728: hr_maintain_proposal_api.insert_proposal_component(
2729: p_component_id=>ln_component_id ,
2730: p_pay_proposal_id=>p_ltt_salary_data(1).pay_proposal_id,
2731: p_business_group_id=>p_ltt_salary_data(1).business_group_id,
2732: p_approved => p_ltt_component(i).approved,

Line 2891: -- hr_utility.trace(' Start hr_maintain_proposal_api.insert_salary_proposal');

2887: lv_proposal_reason := p_ltt_salary_data(1).proposal_reason ;
2888: END IF ;
2889:
2890: -- hr_utility.trace(' *****************************************************');
2891: -- hr_utility.trace(' Start hr_maintain_proposal_api.insert_salary_proposal');
2892: -- hr_utility.trace(' *****************************************************');
2893:
2894:
2895:

Line 2911: hr_maintain_proposal_api.update_salary_proposal(

2907: /* although this code is called unconditionally this scenario will only occur for an applicant having
2908: an offer. for other cases this will never be true since we throw warning from validate_salary_details
2909: and do not show the Pay Rate page itself */
2910:
2911: hr_maintain_proposal_api.update_salary_proposal(
2912: p_pay_proposal_id=>l_pay_proposal_id ,
2913: p_change_date=> ld_effec_date, -- 2355929
2914: p_comments=>p_ltt_salary_data(1).comments,
2915: p_next_sal_review_date=>p_ltt_salary_data(1).next_sal_review_date,

Line 2953: hr_maintain_proposal_api.insert_salary_proposal(

2949: p_payroll_warning =>l_payroll_warning) ;
2950:
2951: ELSE
2952:
2953: hr_maintain_proposal_api.insert_salary_proposal(
2954: p_pay_proposal_id=>l_pay_proposal_id ,
2955: p_assignment_id=>p_ltt_salary_data(1).assignment_id ,
2956: p_business_group_id=>p_ltt_salary_data(1).business_group_id ,
2957: --p_change_date=>p_ltt_salary_data(1).effective_date,

Line 3011: -- hr_utility.trace(' End hr_maintain_proposal_api.insert_salary_proposal');

3007: -- hr_utility.trace(' *****************************************************');
3008:
3009:
3010:
3011: -- hr_utility.trace(' End hr_maintain_proposal_api.insert_salary_proposal');
3012:
3013: p_ltt_salary_data(1).pay_proposal_id := l_pay_proposal_id ;
3014:
3015: p_ltt_salary_data(1).element_entry_id := l_element_entry_id ;