DBA Data[Home] [Help]

APPS.PA_FP_VIEW_PLANS_UTIL dependencies on PA_FIN_VP_PDS_VIEW_TMP

Line 59: from PA_FIN_VP_PDS_VIEW_TMP

55: 0),
56: 0))
57: into l_burdened_cost,
58: l_revenue
59: from PA_FIN_VP_PDS_VIEW_TMP
60: where project_id = p_project_id and
61: task_id = p_task_id and
62: resource_list_member_id = p_resource_list_member_id and
63: amount_type in ('COST', 'REVENUE');

Line 141: from PA_FIN_VP_PDS_VIEW_TMP

137: 0),
138: 0))
139: into l_burdened_cost,
140: l_revenue
141: from PA_FIN_VP_PDS_VIEW_TMP
142: where project_id = p_project_id and
143: task_id = p_task_id and
144: resource_list_member_id = p_resource_list_member_id and
145: amount_type in ('COST', 'REVENUE');