DBA Data[Home] [Help]

APPS.FA_JAPAN_DEP_TAX_DECREASE_PKG dependencies on FA_DEPRN_TAX_REP_ITF

Line 74: from FA_DEPRN_TAX_REP_ITF

70: c_count number;
71: begin
72: select count(asset_id)
73: into c_count
74: from FA_DEPRN_TAX_REP_ITF
75: where request_id = p_request_id
76: and year =p_year
77: and state = sum_state
78: and add_dec_flag ='D';