DBA Data[Home] [Help]

APPS.PA_PLANNING_RESOURCE_UTILS dependencies on PA_EVENT_TYPES

Line 5047: Pa_Event_Types

5043: Cursor c_Event_Type ( P_Fin_Cat_Name IN Varchar2 ) Is
5044: Select
5045: 'Y'
5046: From
5047: Pa_Event_Types
5048: Where
5049: Event_Type = P_Fin_Cat_Name
5050: And Event_Type_Classification IN ('AUTOMATIC','MANUAL','WRITE OFF','WRITE ON')
5051: And Decode(Pa_Get_Resource.Include_Inactive_Resources,