DBA Data[Home] [Help]

APPS.PA_BILLING_VALIDATE dependencies on PA_EVENT_TYPES

Line 27: FROM pa_event_types

23: classification VARCHAR2(30);
24: BEGIN
25: SELECT event_type_classification
26: INTO classification
27: FROM pa_event_types
28: WHERE event_type = X2_event_type;
29:
30: IF (classification = 'AUTOMATIC') THEN
31: is_automatic := TRUE;