DBA Data[Home] [Help]

APPS.PA_EVENT_PVT dependencies on PA_EVENT_TYPES

Line 2017: FROM pa_event_types t,pa_events v

2013: Else
2014: --Defaulting event_type_classification for other validations
2015: SELECT t.event_type_classification
2016: INTO p_event_type_classification
2017: FROM pa_event_types t,pa_events v
2018: WHERE v.event_id=P_event_in_rec.P_event_id
2019: AND t.event_type=v.event_type ;
2020: End If;
2021: --For Bug 3619483

Line 3327: FROM pa_event_types t,pa_events v

3323: End If;
3324: --For Bug 3619483
3325: SELECT t.event_type_classification
3326: INTO p_event_type_classification
3327: FROM pa_event_types t,pa_events v
3328: WHERE v.event_id=P_event_id
3329: AND t.event_type=v.event_type ;
3330:
3331: IF ( (g_rev_evt_fun_allowed = 'N' ) AND