DBA Data[Home] [Help]

APPS.PA_CREATE_RESOURCE dependencies on PA_EVENT_TYPES_RES_V

Line 2577: pa_event_types_res_v

2573: CURSOR c_event_types_csr IS
2574: SELECT
2575: event_type
2576: FROM
2577: pa_event_types_res_v
2578: WHERE event_type = p_event_type
2579: AND revenue_category_code = l_revenue_category_code;
2580:
2581:

Line 2815: 'Select event_type from pa_event_types_res_v';

2811: END IF;
2812: ELSIF l_grouped_res_type_code = 'REVENUE_CATEGORY' AND
2813: p_resource_type_code = 'EVENT_TYPE' THEN
2814: p_err_stage :=
2815: 'Select event_type from pa_event_types_res_v';
2816: OPEN c_event_types_csr;
2817: FETCH c_event_types_csr INTO
2818: l_event_type;
2819: IF c_event_types_csr%NOTFOUND THEN