DBA Data[Home] [Help]

APPS.FA_CALC_DEPRN_BASIS1_PKG dependencies on FA_DEPRN_PERIODS_MRC_V

Line 1406: FA_DEPRN_PERIODS_MRC_V dp,

1402: fy.mid_year_date fy_mid_year_date,
1403: dp.calendar_period_open_date cp_start_date,
1404: dp.calendar_period_close_date cp_end_date
1405: from FA_FISCAL_YEAR fy,
1406: FA_DEPRN_PERIODS_MRC_V dp,
1407: FA_BOOK_CONTROLS_MRC_V bc
1408: where bc.book_type_code = dp.book_type_code
1409: and fy.fiscal_year = dp.fiscal_year
1410: and bc.fiscal_year_name = fy.fiscal_year_name

Line 3714: FA_DEPRN_PERIODS_MRC_V dp,

3710: cursor C_GET_DATE_M is
3711: select fy.start_date fy_start_date,
3712: dp.calendar_period_close_date cp_end_date
3713: from FA_FISCAL_YEAR fy,
3714: FA_DEPRN_PERIODS_MRC_V dp,
3715: FA_BOOK_CONTROLS_MRC_V bc
3716: where bc.book_type_code = dp.book_type_code
3717: and fy.fiscal_year = dp.fiscal_year
3718: and bc.fiscal_year_name = fy.fiscal_year_name