DBA Data[Home] [Help]

APPS.JA_CN_CFS_CALCULATE_PKG dependencies on RG_REPORT_AXIS_SETS

Line 277: l_axis_set_id rg_report_axis_sets.axis_set_id%TYPE :=p_axis_set_id;

273: ,p_axis_set_id IN NUMBER
274: )
275: IS
276: l_coa NUMBER := p_coa;
277: l_axis_set_id rg_report_axis_sets.axis_set_id%TYPE :=p_axis_set_id;
278: l_calculation_seq NUMBER;
279: l_application_id rg_report_axes.application_id%TYPE;
280: l_axis_seq rg_report_axes.axis_seq%TYPE;
281: l_axis_seq_low rg_report_calculations.axis_seq_low%TYPE;

Line 853: l_axis_set_id rg_report_axis_sets.axis_set_id%TYPE :=p_axis_set_id;

849: (p_coa IN NUMBER
850: ,p_axis_set_id IN NUMBER
851: )
852: IS
853: l_axis_set_id rg_report_axis_sets.axis_set_id%TYPE :=p_axis_set_id;
854: l_coa NUMBER :=p_coa;
855: l_cal_type VARCHAR2(1);
856: l_type VARCHAR2(1);
857:

Line 1219: l_axis_set_id rg_report_axis_sets.axis_set_id%TYPE :=p_axis_set_id;

1215: l_legal_entity_id NUMBER :=p_legal_entity_id;
1216: l_ledger_id gl_ledgers.ledger_id%TYPE :=p_ledger_id;
1217: l_period_names JA_CN_CFS_CALCULATE_PKG.G_PERIOD_NAME_TBL :=p_period_names;
1218: l_rounding_option VARCHAR2(50) :=p_rounding_option;
1219: l_axis_set_id rg_report_axis_sets.axis_set_id%TYPE :=p_axis_set_id;
1220: l_axis_seq rg_report_axes.axis_seq%TYPE :=p_axis_seq;
1221: l_amount_per_period NUMBER;
1222: l_amount NUMBER;
1223: l_period_count NUMBER;

Line 1465: l_axis_set_id rg_report_axis_sets.axis_set_id%TYPE :=p_axis_set_id;

1461: l_ledger_id gl_ledgers.ledger_id%TYPE :=p_ledger_id;
1462: l_period_names JA_CN_CFS_CALCULATE_PKG.G_PERIOD_NAME_TBL :=p_period_names;
1463: l_lastyear_period_names JA_CN_CFS_CALCULATE_PKG.G_PERIOD_NAME_TBL :=p_lastyear_period_names;
1464: l_rounding_option VARCHAR2(50) :=p_rounding_option;
1465: l_axis_set_id rg_report_axis_sets.axis_set_id%TYPE :=p_axis_set_id;
1466: l_axis_seq rg_report_axes.axis_seq%TYPE;
1467: l_amount NUMBER;
1468: l_lastyear_amount NUMBER;
1469: l_precision fnd_currencies.precision%TYPE;

Line 1797: l_axis_set_id rg_report_axis_sets.axis_set_id%TYPE :=p_axis_set_id;

1793: l_legal_entity_id NUMBER :=p_legal_entity_id;
1794: l_ledger_id gl_ledgers.ledger_id%TYPE :=p_ledger_id;
1795: l_func_currency_code fnd_currencies.currency_code%TYPE;
1796: l_period_name gl_periods.period_name%TYPE :=p_period_name;
1797: l_axis_set_id rg_report_axis_sets.axis_set_id%TYPE :=p_axis_set_id;
1798: l_rounding_option VARCHAR2(50) :=p_rounding_option;
1799: l_balance_type VARCHAR2(50) :=p_balance_type ;
1800: l_segment_override VARCHAR2(100) :=p_segment_override; --addded for CNAO Enhancement
1801: --l_internal_trx_flag VARCHAR2(1) :=p_internal_trx_flag ;