DBA Data[Home] [Help]

APPS.FA_RATES_PKG dependencies on AD_ZD_SEED

Line 23: ad_zd_seed.prepare('fa_rates');

19: and year = X_Year
20: and period_placed_in_service = X_Period_Placed_In_Service;
21:
22: begin
23: ad_zd_seed.prepare('fa_rates');
24: INSERT INTO fa_rates (
25: method_id,
26: year,
27: period_placed_in_service,

Line 115: ad_zd_seed.prepare('fa_rates');

111: X_LAST_UPDATE_LOGIN in NUMBER
112: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) is
113:
114: begin
115: ad_zd_seed.prepare('fa_rates');
116: UPDATE fa_rates
117: SET method_id = X_Method_ID,
118: year = X_Year,
119: period_placed_in_service= X_Period_Placed_In_Service,

Line 143: ad_zd_seed.prepare('fa_rates');

139: X_PERIOD_PLACED_IN_SERVICE in NUMBER
140: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) is
141:
142: begin
143: ad_zd_seed.prepare('fa_rates');
144: DELETE FROM fa_rates
145: where method_id = X_Method_Id
146: and year = X_Year
147: and period_placed_in_service = X_Period_Placed_In_Service;