DBA Data[Home] [Help]

APPS.PA_BURDEN_COSTING dependencies on PA_PROJECT_UTILS

Line 266: and pa_project_utils.Check_prj_stus_action_allowed(p.project_status_code, 'GENERATE_BURDEN') = 'Y'

262: pt.burden_account_flag in ('Y','y'))
263: and pt.org_id = p.org_id /*5368274*/
264: /* Bug#3033030 Added the following to check if the project status allows creation of
265: burden trasanction */
266: and pa_project_utils.Check_prj_stus_action_allowed(p.project_status_code, 'GENERATE_BURDEN') = 'Y'
267: and (exists (select 1
268: /* Removed ei ,pa_tasks table and changed cdl_all table to cdl view for bug# 1668634 */
269: from pa_cost_distribution_lines cdl,
270: /*2255068*/ pa_expenditure_items ei

Line 315: and pa_project_utils.Check_prj_stus_action_allowed(p.project_status_code, 'GENERATE_BURDEN') = 'Y'

311: pt.burden_account_flag in ('Y','y'))
312: and pt.org_id = p.org_id /*5368274*/
313: /* Bug#3033030 Added the following to check if the project status allows creation of
314: burden trasanction */
315: and pa_project_utils.Check_prj_stus_action_allowed(p.project_status_code, 'GENERATE_BURDEN') = 'Y'
316: and (( x_end_date is not null and exists (select 1
317: /* Removed ei ,pa_tasks table and changed cdl_all table to cdl view for bug# 1668634 */
318: /* Removed rownum=1 condition for the bug 4527643 (Basebug#4391999) */
319: from pa_cost_distribution_lines cdl,