DBA Data[Home] [Help]

APPS.PA_CALC_OVERTIME dependencies on PA_UTILS4

Line 511: IF PA_UTILS4.is_exp_work_type_enabled = 'Y' then

507: CLOSE get_proj_id;
508: End if;
509: -- if the work type profile is installed
510: -- get the assignment details and work type details for the given project and tasks
511: IF PA_UTILS4.is_exp_work_type_enabled = 'Y' then
512: PA_UTILS4.get_work_assignment
513: (p_person_id => R_Person_Id
514: ,p_project_id => x_project_id
515: ,p_task_id => temp_task

Line 512: PA_UTILS4.get_work_assignment

508: End if;
509: -- if the work type profile is installed
510: -- get the assignment details and work type details for the given project and tasks
511: IF PA_UTILS4.is_exp_work_type_enabled = 'Y' then
512: PA_UTILS4.get_work_assignment
513: (p_person_id => R_Person_Id
514: ,p_project_id => x_project_id
515: ,p_task_id => temp_task
516: ,p_ei_date => R_Expenditure_End_Date