DBA Data[Home] [Help]

APPS.AR_AGING_BUCKETS_PKG dependencies on XLA_MO_REPORTING_API

Line 1077: XLA_MO_REPORTING_API.Initialize(pg_reporting_level, pg_reporting_entity_id, 'AUTO');

1073: IF PG_DEBUG in ('Y', 'C') THEN
1074: arp_standard.debug( ' AR_AGING_BUCKETS_PKG.initialize_package_globals()+');
1075: END IF;
1076:
1077: XLA_MO_REPORTING_API.Initialize(pg_reporting_level, pg_reporting_entity_id, 'AUTO');
1078:
1079: pg_reporting_entity_name := substrb(XLA_MO_REPORTING_API.get_reporting_entity_name,1,80);
1080: pg_reporting_level_name := substrb(XLA_MO_REPORTING_API.get_reporting_level_name,1,30);
1081:

Line 1079: pg_reporting_entity_name := substrb(XLA_MO_REPORTING_API.get_reporting_entity_name,1,80);

1075: END IF;
1076:
1077: XLA_MO_REPORTING_API.Initialize(pg_reporting_level, pg_reporting_entity_id, 'AUTO');
1078:
1079: pg_reporting_entity_name := substrb(XLA_MO_REPORTING_API.get_reporting_entity_name,1,80);
1080: pg_reporting_level_name := substrb(XLA_MO_REPORTING_API.get_reporting_level_name,1,30);
1081:
1082: IF PG_DEBUG in ('Y', 'C') THEN
1083: arp_standard.debug( ' pg_reporting_entity_name '||pg_reporting_entity_name );

Line 1080: pg_reporting_level_name := substrb(XLA_MO_REPORTING_API.get_reporting_level_name,1,30);

1076:
1077: XLA_MO_REPORTING_API.Initialize(pg_reporting_level, pg_reporting_entity_id, 'AUTO');
1078:
1079: pg_reporting_entity_name := substrb(XLA_MO_REPORTING_API.get_reporting_entity_name,1,80);
1080: pg_reporting_level_name := substrb(XLA_MO_REPORTING_API.get_reporting_level_name,1,30);
1081:
1082: IF PG_DEBUG in ('Y', 'C') THEN
1083: arp_standard.debug( ' pg_reporting_entity_name '||pg_reporting_entity_name );
1084: arp_standard.debug( ' pg_reporting_level_name '||pg_reporting_level_name );

Line 1087: pg_org_where_ps := XLA_MO_REPORTING_API.Get_Predicate('ps', 'push_subq');

1083: arp_standard.debug( ' pg_reporting_entity_name '||pg_reporting_entity_name );
1084: arp_standard.debug( ' pg_reporting_level_name '||pg_reporting_level_name );
1085: END IF;
1086:
1087: pg_org_where_ps := XLA_MO_REPORTING_API.Get_Predicate('ps', 'push_subq');
1088: pg_org_where_gld := XLA_MO_REPORTING_API.Get_Predicate('gld', 'push_subq');
1089: pg_org_where_ct := XLA_MO_REPORTING_API.Get_Predicate('ct', 'push_subq');
1090: pg_org_where_sales := XLA_MO_REPORTING_API.Get_Predicate('sales', 'push_subq');
1091: pg_org_where_ct2 := XLA_MO_REPORTING_API.Get_Predicate('ct2', 'push_subq');

Line 1088: pg_org_where_gld := XLA_MO_REPORTING_API.Get_Predicate('gld', 'push_subq');

1084: arp_standard.debug( ' pg_reporting_level_name '||pg_reporting_level_name );
1085: END IF;
1086:
1087: pg_org_where_ps := XLA_MO_REPORTING_API.Get_Predicate('ps', 'push_subq');
1088: pg_org_where_gld := XLA_MO_REPORTING_API.Get_Predicate('gld', 'push_subq');
1089: pg_org_where_ct := XLA_MO_REPORTING_API.Get_Predicate('ct', 'push_subq');
1090: pg_org_where_sales := XLA_MO_REPORTING_API.Get_Predicate('sales', 'push_subq');
1091: pg_org_where_ct2 := XLA_MO_REPORTING_API.Get_Predicate('ct2', 'push_subq');
1092: pg_org_where_adj := XLA_MO_REPORTING_API.Get_Predicate('adj', 'push_subq');

Line 1089: pg_org_where_ct := XLA_MO_REPORTING_API.Get_Predicate('ct', 'push_subq');

1085: END IF;
1086:
1087: pg_org_where_ps := XLA_MO_REPORTING_API.Get_Predicate('ps', 'push_subq');
1088: pg_org_where_gld := XLA_MO_REPORTING_API.Get_Predicate('gld', 'push_subq');
1089: pg_org_where_ct := XLA_MO_REPORTING_API.Get_Predicate('ct', 'push_subq');
1090: pg_org_where_sales := XLA_MO_REPORTING_API.Get_Predicate('sales', 'push_subq');
1091: pg_org_where_ct2 := XLA_MO_REPORTING_API.Get_Predicate('ct2', 'push_subq');
1092: pg_org_where_adj := XLA_MO_REPORTING_API.Get_Predicate('adj', 'push_subq');
1093: pg_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');

Line 1090: pg_org_where_sales := XLA_MO_REPORTING_API.Get_Predicate('sales', 'push_subq');

1086:
1087: pg_org_where_ps := XLA_MO_REPORTING_API.Get_Predicate('ps', 'push_subq');
1088: pg_org_where_gld := XLA_MO_REPORTING_API.Get_Predicate('gld', 'push_subq');
1089: pg_org_where_ct := XLA_MO_REPORTING_API.Get_Predicate('ct', 'push_subq');
1090: pg_org_where_sales := XLA_MO_REPORTING_API.Get_Predicate('sales', 'push_subq');
1091: pg_org_where_ct2 := XLA_MO_REPORTING_API.Get_Predicate('ct2', 'push_subq');
1092: pg_org_where_adj := XLA_MO_REPORTING_API.Get_Predicate('adj', 'push_subq');
1093: pg_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');
1094: pg_org_where_crh := XLA_MO_REPORTING_API.Get_Predicate('crh', 'push_subq');

Line 1091: pg_org_where_ct2 := XLA_MO_REPORTING_API.Get_Predicate('ct2', 'push_subq');

1087: pg_org_where_ps := XLA_MO_REPORTING_API.Get_Predicate('ps', 'push_subq');
1088: pg_org_where_gld := XLA_MO_REPORTING_API.Get_Predicate('gld', 'push_subq');
1089: pg_org_where_ct := XLA_MO_REPORTING_API.Get_Predicate('ct', 'push_subq');
1090: pg_org_where_sales := XLA_MO_REPORTING_API.Get_Predicate('sales', 'push_subq');
1091: pg_org_where_ct2 := XLA_MO_REPORTING_API.Get_Predicate('ct2', 'push_subq');
1092: pg_org_where_adj := XLA_MO_REPORTING_API.Get_Predicate('adj', 'push_subq');
1093: pg_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');
1094: pg_org_where_crh := XLA_MO_REPORTING_API.Get_Predicate('crh', 'push_subq');
1095: pg_org_where_ra := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');

Line 1092: pg_org_where_adj := XLA_MO_REPORTING_API.Get_Predicate('adj', 'push_subq');

1088: pg_org_where_gld := XLA_MO_REPORTING_API.Get_Predicate('gld', 'push_subq');
1089: pg_org_where_ct := XLA_MO_REPORTING_API.Get_Predicate('ct', 'push_subq');
1090: pg_org_where_sales := XLA_MO_REPORTING_API.Get_Predicate('sales', 'push_subq');
1091: pg_org_where_ct2 := XLA_MO_REPORTING_API.Get_Predicate('ct2', 'push_subq');
1092: pg_org_where_adj := XLA_MO_REPORTING_API.Get_Predicate('adj', 'push_subq');
1093: pg_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');
1094: pg_org_where_crh := XLA_MO_REPORTING_API.Get_Predicate('crh', 'push_subq');
1095: pg_org_where_ra := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');
1096: pg_org_where_cr := XLA_MO_REPORTING_API.Get_Predicate('cr', 'push_subq');

Line 1093: pg_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');

1089: pg_org_where_ct := XLA_MO_REPORTING_API.Get_Predicate('ct', 'push_subq');
1090: pg_org_where_sales := XLA_MO_REPORTING_API.Get_Predicate('sales', 'push_subq');
1091: pg_org_where_ct2 := XLA_MO_REPORTING_API.Get_Predicate('ct2', 'push_subq');
1092: pg_org_where_adj := XLA_MO_REPORTING_API.Get_Predicate('adj', 'push_subq');
1093: pg_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');
1094: pg_org_where_crh := XLA_MO_REPORTING_API.Get_Predicate('crh', 'push_subq');
1095: pg_org_where_ra := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');
1096: pg_org_where_cr := XLA_MO_REPORTING_API.Get_Predicate('cr', 'push_subq');
1097: pg_org_where_sys_param := XLA_MO_REPORTING_API.Get_Predicate('PARAM',null);

Line 1094: pg_org_where_crh := XLA_MO_REPORTING_API.Get_Predicate('crh', 'push_subq');

1090: pg_org_where_sales := XLA_MO_REPORTING_API.Get_Predicate('sales', 'push_subq');
1091: pg_org_where_ct2 := XLA_MO_REPORTING_API.Get_Predicate('ct2', 'push_subq');
1092: pg_org_where_adj := XLA_MO_REPORTING_API.Get_Predicate('adj', 'push_subq');
1093: pg_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');
1094: pg_org_where_crh := XLA_MO_REPORTING_API.Get_Predicate('crh', 'push_subq');
1095: pg_org_where_ra := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');
1096: pg_org_where_cr := XLA_MO_REPORTING_API.Get_Predicate('cr', 'push_subq');
1097: pg_org_where_sys_param := XLA_MO_REPORTING_API.Get_Predicate('PARAM',null);
1098:

Line 1095: pg_org_where_ra := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');

1091: pg_org_where_ct2 := XLA_MO_REPORTING_API.Get_Predicate('ct2', 'push_subq');
1092: pg_org_where_adj := XLA_MO_REPORTING_API.Get_Predicate('adj', 'push_subq');
1093: pg_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');
1094: pg_org_where_crh := XLA_MO_REPORTING_API.Get_Predicate('crh', 'push_subq');
1095: pg_org_where_ra := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');
1096: pg_org_where_cr := XLA_MO_REPORTING_API.Get_Predicate('cr', 'push_subq');
1097: pg_org_where_sys_param := XLA_MO_REPORTING_API.Get_Predicate('PARAM',null);
1098:
1099:

Line 1096: pg_org_where_cr := XLA_MO_REPORTING_API.Get_Predicate('cr', 'push_subq');

1092: pg_org_where_adj := XLA_MO_REPORTING_API.Get_Predicate('adj', 'push_subq');
1093: pg_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');
1094: pg_org_where_crh := XLA_MO_REPORTING_API.Get_Predicate('crh', 'push_subq');
1095: pg_org_where_ra := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');
1096: pg_org_where_cr := XLA_MO_REPORTING_API.Get_Predicate('cr', 'push_subq');
1097: pg_org_where_sys_param := XLA_MO_REPORTING_API.Get_Predicate('PARAM',null);
1098:
1099:
1100: /* Replace the variables to bind with the function calls so that we don't have to bind those */

Line 1097: pg_org_where_sys_param := XLA_MO_REPORTING_API.Get_Predicate('PARAM',null);

1093: pg_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');
1094: pg_org_where_crh := XLA_MO_REPORTING_API.Get_Predicate('crh', 'push_subq');
1095: pg_org_where_ra := XLA_MO_REPORTING_API.Get_Predicate('app', 'push_subq');
1096: pg_org_where_cr := XLA_MO_REPORTING_API.Get_Predicate('cr', 'push_subq');
1097: pg_org_where_sys_param := XLA_MO_REPORTING_API.Get_Predicate('PARAM',null);
1098:
1099:
1100: /* Replace the variables to bind with the function calls so that we don't have to bind those */
1101: pg_org_where_ps := replace(pg_org_where_ps,