[Home] [Help]
550: -- Date : 31-OCT-02
551: -- Updated By : Sandeep Bharathan
552: --
553: -- For any new functionality that requires the employee cost rate please
554: -- use PA_COST_RATE_PUB.GetEmpCostRate rather than using this function
555: --
556:
557: FUNCTION GetEmpCostRate ( X_person_id IN NUMBER
558: , X_date IN DATE ) RETURN NUMBER
582:
583: --
584: -- Changed for labor costing enhancements
585: --
586: PA_COST_RATE_PUB.get_labor_rate(p_person_id =>x_person_id
587: ,x_job_id =>l_job_id
588: ,p_calling_module =>'STAFFED'
589: ,p_org_id => l_org_id /*2879644*/
590: ,p_txn_date =>x_date