DBA Data[Home] [Help]

APPS.ARRX_BSS dependencies on XLA_MO_REPORTING_API

Line 60: XLA_MO_REPORTING_API.Initialize(p_reporting_level, p_reporting_entity_id, 'AUTO');

56: retcode := 2;
57: errbuf := 'Inner Package Failure';
58:
59: -- Initialize MO Reporting
60: XLA_MO_REPORTING_API.Initialize(p_reporting_level, p_reporting_entity_id, 'AUTO');
61:
62: -- Initialize the org parameters for the ALL tables
63: l_org_where_trx := XLA_MO_REPORTING_API.Get_Predicate('trx', null);
64: l_org_where_ctt := XLA_MO_REPORTING_API.Get_Predicate('ctt', null);

Line 63: l_org_where_trx := XLA_MO_REPORTING_API.Get_Predicate('trx', null);

59: -- Initialize MO Reporting
60: XLA_MO_REPORTING_API.Initialize(p_reporting_level, p_reporting_entity_id, 'AUTO');
61:
62: -- Initialize the org parameters for the ALL tables
63: l_org_where_trx := XLA_MO_REPORTING_API.Get_Predicate('trx', null);
64: l_org_where_ctt := XLA_MO_REPORTING_API.Get_Predicate('ctt', null);
65: l_org_where_rah := XLA_MO_REPORTING_API.Get_Predicate('rah', null);
66: l_org_where_rah1 := XLA_MO_REPORTING_API.Get_Predicate('rah1', null);
67: l_org_where_ps := XLA_MO_REPORTING_API.Get_Predicate('ps', null);

Line 64: l_org_where_ctt := XLA_MO_REPORTING_API.Get_Predicate('ctt', null);

60: XLA_MO_REPORTING_API.Initialize(p_reporting_level, p_reporting_entity_id, 'AUTO');
61:
62: -- Initialize the org parameters for the ALL tables
63: l_org_where_trx := XLA_MO_REPORTING_API.Get_Predicate('trx', null);
64: l_org_where_ctt := XLA_MO_REPORTING_API.Get_Predicate('ctt', null);
65: l_org_where_rah := XLA_MO_REPORTING_API.Get_Predicate('rah', null);
66: l_org_where_rah1 := XLA_MO_REPORTING_API.Get_Predicate('rah1', null);
67: l_org_where_ps := XLA_MO_REPORTING_API.Get_Predicate('ps', null);
68: l_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', null);

Line 65: l_org_where_rah := XLA_MO_REPORTING_API.Get_Predicate('rah', null);

61:
62: -- Initialize the org parameters for the ALL tables
63: l_org_where_trx := XLA_MO_REPORTING_API.Get_Predicate('trx', null);
64: l_org_where_ctt := XLA_MO_REPORTING_API.Get_Predicate('ctt', null);
65: l_org_where_rah := XLA_MO_REPORTING_API.Get_Predicate('rah', null);
66: l_org_where_rah1 := XLA_MO_REPORTING_API.Get_Predicate('rah1', null);
67: l_org_where_ps := XLA_MO_REPORTING_API.Get_Predicate('ps', null);
68: l_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', null);
69:

Line 66: l_org_where_rah1 := XLA_MO_REPORTING_API.Get_Predicate('rah1', null);

62: -- Initialize the org parameters for the ALL tables
63: l_org_where_trx := XLA_MO_REPORTING_API.Get_Predicate('trx', null);
64: l_org_where_ctt := XLA_MO_REPORTING_API.Get_Predicate('ctt', null);
65: l_org_where_rah := XLA_MO_REPORTING_API.Get_Predicate('rah', null);
66: l_org_where_rah1 := XLA_MO_REPORTING_API.Get_Predicate('rah1', null);
67: l_org_where_ps := XLA_MO_REPORTING_API.Get_Predicate('ps', null);
68: l_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', null);
69:
70: -- Get the Login info

Line 67: l_org_where_ps := XLA_MO_REPORTING_API.Get_Predicate('ps', null);

63: l_org_where_trx := XLA_MO_REPORTING_API.Get_Predicate('trx', null);
64: l_org_where_ctt := XLA_MO_REPORTING_API.Get_Predicate('ctt', null);
65: l_org_where_rah := XLA_MO_REPORTING_API.Get_Predicate('rah', null);
66: l_org_where_rah1 := XLA_MO_REPORTING_API.Get_Predicate('rah1', null);
67: l_org_where_ps := XLA_MO_REPORTING_API.Get_Predicate('ps', null);
68: l_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', null);
69:
70: -- Get the Login info
71: fnd_profile.get('LOGIN_ID', l_login_id);

Line 68: l_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', null);

64: l_org_where_ctt := XLA_MO_REPORTING_API.Get_Predicate('ctt', null);
65: l_org_where_rah := XLA_MO_REPORTING_API.Get_Predicate('rah', null);
66: l_org_where_rah1 := XLA_MO_REPORTING_API.Get_Predicate('rah1', null);
67: l_org_where_ps := XLA_MO_REPORTING_API.Get_Predicate('ps', null);
68: l_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', null);
69:
70: -- Get the Login info
71: fnd_profile.get('LOGIN_ID', l_login_id);
72: