DBA Data[Home] [Help]

APPS.PA_PLANNING_RESOURCE_UTILS dependencies on PA_EVENT_TYPES

Line 4989: Pa_Event_Types

4985: Cursor c_Event_Type ( P_Fin_Cat_Name IN Varchar2 ) Is
4986: Select
4987: 'Y'
4988: From
4989: Pa_Event_Types
4990: Where
4991: Event_Type = P_Fin_Cat_Name
4992: And Event_Type_Classification IN ('AUTOMATIC','MANUAL','WRITE OFF','WRITE ON')
4993: And Decode(Pa_Get_Resource.Include_Inactive_Resources,