DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on PA_COST_RATE_PUB

Line 596: -- use PA_COST_RATE_PUB.GetEmpCostRate rather than using this function

592: -- Date : 31-OCT-02
593: -- Updated By : Sandeep Bharathan
594: --
595: -- For any new functionality that requires the employee cost rate please
596: -- use PA_COST_RATE_PUB.GetEmpCostRate rather than using this function
597: --
598:
599: FUNCTION GetEmpCostRate ( X_person_id IN NUMBER
600: , X_date IN DATE ) RETURN NUMBER

Line 628: PA_COST_RATE_PUB.get_labor_rate(p_person_id =>x_person_id

624:
625: --
626: -- Changed for labor costing enhancements
627: --
628: PA_COST_RATE_PUB.get_labor_rate(p_person_id =>x_person_id
629: ,x_job_id =>l_job_id
630: ,p_calling_module =>'STAFFED'
631: ,p_org_id => l_org_id /*2879644*/
632: ,p_txn_date =>x_date

Line 2156: pa_cost_rate_pub.get_orgn_lvl_cst_info_set

2152:
2153: -- obtain the default rules defined at the organization and operating unit level also.
2154:
2155: IF l_costing_rule_tab(1) IS NULL THEN
2156: pa_cost_rate_pub.get_orgn_lvl_cst_info_set
2157: ( p_org_id_tab => l_org_id_tab
2158: ,p_organization_id_tab => l_organization_id_tab
2159: ,p_person_id_tab => l_person_id_tab
2160: ,p_job_id_tab => l_job_id_tab

Line 2292: pa_cost_rate_pub.get_orgn_level_costing_info

2288: OPEN get_exp_details;
2289: FETCH get_exp_details INTO l_org_id, l_txn_date, l_organization_id, l_person_id, l_job_id;
2290: CLOSE get_exp_details;
2291:
2292: pa_cost_rate_pub.get_orgn_level_costing_info
2293: ( p_org_id => l_org_id
2294: ,p_organization_id => l_organization_id
2295: ,p_person_id => l_person_id
2296: ,p_job_id => l_job_id

Line 2423: pa_cost_rate_pub.get_orgn_level_costing_info

2419: OPEN get_exp_details;
2420: FETCH get_exp_details INTO l_job_id;
2421: CLOSE get_exp_details;
2422:
2423: pa_cost_rate_pub.get_orgn_level_costing_info
2424: ( p_org_id => p_org_id --OU
2425: ,p_organization_id => p_incurred_by_organization_id ----Services east
2426: ,p_person_id => p_incurred_by_person_id
2427: ,p_job_id => l_job_id