DBA Data[Home] [Help]

APPS.PA_BILLING dependencies on PA_TASKS

Line 191: FROM pa_tasks t

187: decode(fund_level,
188: 'PROJECT', decode(X2_task_id, NULL, NULL, X2_task_id),
189: 'TASK', t.top_task_id,
190: t.top_task_id) tpid
191: FROM pa_tasks t
192: WHERE t.project_id = X_project_id
193: AND t.task_id = nvl(X2_task_id, t.task_id)
194: AND t.ready_to_distribute_flag =
195: decode(x_calling_process, 'Revenue', 'Y', 'Both', 'Y',

Line 1736: from pa_tasks t, pa_expenditure_items_all e

1732: /* Indicator variables Bug# 634414 */
1733: NC := 1206;
1734: select t.labor_sch_type
1735: into labor_sch_type
1736: from pa_tasks t, pa_expenditure_items_all e
1737: where t.task_id = e.task_id
1738: and e.expenditure_item_id = ei_id( j );
1739: /* Indicator variables Bug# 634414 */
1740: NC := 1207;

Line 2093: from pa_tasks

2089: Select 'Y'
2090: Into l_exist_flag
2091: From dual
2092: Where exists ( select null
2093: from pa_tasks
2094: where project_id = p_project_id
2095: and customer_id = p_customer_id
2096: and task_id = top_task_id
2097: and decode(p_task_id