DBA Data[Home] [Help]

APPS.PA_CREATE_RESOURCE dependencies on PA_EVENT_TYPES_RES_V

Line 2925: pa_event_types_res_v

2921: CURSOR c_event_types_csr IS
2922: SELECT
2923: event_type
2924: FROM
2925: pa_event_types_res_v
2926: WHERE event_type = p_event_type
2927: AND revenue_category_code = l_revenue_category_code;
2928:
2929:

Line 3163: 'Select event_type from pa_event_types_res_v';

3159: END IF;
3160: ELSIF l_grouped_res_type_code = 'REVENUE_CATEGORY' AND
3161: p_resource_type_code = 'EVENT_TYPE' THEN
3162: p_err_stage :=
3163: 'Select event_type from pa_event_types_res_v';
3164: OPEN c_event_types_csr;
3165: FETCH c_event_types_csr INTO
3166: l_event_type;
3167: IF c_event_types_csr%NOTFOUND THEN