DBA Data[Home] [Help]

APPS.PA_MULTI_CURRENCY_BILLING dependencies on PA_EVENTS

Line 1081: from pa_events

1077:
1078: SELECT 'Y' into lv_return_flag from dual
1079: where exists
1080: (select project_id
1081: from pa_events
1082: where project_id = p_project_id);
1083:
1084: return (lv_return_flag);
1085: