DBA Data[Home] [Help]

APPS.PA_PROJECTS_MAINT_PVT dependencies on PA_INSTALL

Line 4852: billable_flag = decode(NVL(PA_INSTALL.is_prm_licensed(),'N'), 'Y', l_billable_capitalizable_flag, 'N', billable_flag), /* added decode for bug#3481807 */

4848: CLOSE get_billable_cap_flag;
4849:
4850: UPDATE pa_tasks
4851: SET work_type_id = l_project_type_rec.work_type_id,
4852: billable_flag = decode(NVL(PA_INSTALL.is_prm_licensed(),'N'), 'Y', l_billable_capitalizable_flag, 'N', billable_flag), /* added decode for bug#3481807 */
4853: emp_bill_rate_schedule_id = l_project_type_rec.emp_bill_rate_schedule_id,
4854: job_bill_rate_schedule_id = l_project_type_rec.job_bill_rate_schedule_id,
4855: labor_sch_type = l_project_type_rec.labor_sch_type,
4856: service_type_code = l_project_type_rec.service_type_code,