DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on PA_EXPENDITURE_ITEMS_ALL

Line 561: l_job_id pa_expenditure_items_all.job_id%type;

557: FUNCTION GetEmpCostRate ( X_person_id IN NUMBER
558: , X_date IN DATE ) RETURN NUMBER
559: IS
560: X_cost_rate NUMBER(22,5);
561: l_job_id pa_expenditure_items_all.job_id%type;
562: l_costing_rule pa_compensation_details_all.compensation_rule_set%type;
563: l_start_date_active date;
564: l_end_date_active date;
565: l_organization_id number;