DBA Data[Home] [Help]

APPS.PA_MULTI_CURRENCY_BILLING dependencies on PA_EVENTS

Line 1074: from pa_events

1070:
1071: SELECT 'Y' into lv_return_flag from dual
1072: where exists
1073: (select project_id
1074: from pa_events
1075: where project_id = p_project_id);
1076:
1077: return (lv_return_flag);
1078: