DBA Data[Home] [Help]

APPS.FND_MO_REPORTING_API dependencies on FND_MO_REPORTING_API

Line 1: PACKAGE BODY FND_MO_REPORTING_API AS

1: PACKAGE BODY FND_MO_REPORTING_API AS
2: /* $Header: FNDMORPB.pls 120.4 2005/07/02 03:11:43 appldev noship $ */
3:
4: g_max_num NUMBER DEFAULT 100;
5: g_pred VARCHAR2(2000) DEFAULT NULL;

Line 78: Generic_Error( 'FND_MO_REPORTING_API.App_Error'

74: app_exception.raise_exception;
75:
76: EXCEPTION
77: WHEN OTHERS THEN
78: Generic_Error( 'FND_MO_REPORTING_API.App_Error'
79: , sqlcode
80: , sqlerrm);
81: END App_Error;
82:

Line 259: Generic_Error( 'FND_MO_REPORTING_API.Initialize'

255: l_pred := NULL;
256:
257: EXCEPTION
258: WHEN OTHERS THEN
259: Generic_Error( 'FND_MO_REPORTING_API.Initialize'
260: , sqlcode
261: , sqlerrm);
262:
263: END Initialize;

Line 297: Generic_Error( 'FND_MO_REPORTING_API.Get_Predicate'

293: RETURN l_return_pred;
294:
295: EXCEPTION
296: WHEN OTHERS THEN
297: Generic_Error( 'FND_MO_REPORTING_API.Get_Predicate'
298: , sqlcode
299: , sqlerrm);
300:
301: END Get_Predicate;

Line 323: Generic_Error( 'FND_MO_REPORTING_API.Get_Reporting_Level_Name'

319: RETURN l_reporting_level_name;
320:
321: EXCEPTION
322: WHEN OTHERS THEN
323: Generic_Error( 'FND_MO_REPORTING_API.Get_Reporting_Level_Name'
324: , sqlcode
325: , sqlerrm);
326:
327: END Get_Reporting_Level_Name;

Line 360: Generic_Error( 'FND_MO_REPORTING_API.Get_Reporting_Entity_Name'

356: RETURN l_reporting_entity_name;
357:
358: EXCEPTION
359: WHEN OTHERS THEN
360: Generic_Error( 'FND_MO_REPORTING_API.Get_Reporting_Entity_Name'
361: , sqlcode
362: , sqlerrm);
363:
364: END Get_Reporting_Entity_Name;

Line 412: Generic_Error( 'FND_MO_REPORTING_API.Validate_Reporting_Level'

408: CLOSE l_check_reporting_level;
409:
410: EXCEPTION
411: WHEN OTHERS THEN
412: Generic_Error( 'FND_MO_REPORTING_API.Validate_Reporting_Level'
413: , sqlcode
414: , sqlerrm);
415:
416: END Validate_Reporting_Level;

Line 468: Generic_Error( 'FND_MO_REPORTING_API.Validate_Reporting_Entity'

464: CLOSE l_check_reporting_entity;
465:
466: EXCEPTION
467: WHEN OTHERS THEN
468: Generic_Error( 'FND_MO_REPORTING_API.Validate_Reporting_Entity'
469: , sqlcode
470: , sqlerrm);
471:
472: END Validate_Reporting_Entity;

Line 477: END FND_MO_REPORTING_API;

473:
474:
475:
476:
477: END FND_MO_REPORTING_API;