Fixed Assets - EBS (MOSC)

MOSC Banner

Issue when try to change asset date_placed _in_service using API

edited Aug 23, 2020 10:01PM in Fixed Assets - EBS (MOSC) 19 commentsAnswered ✓

Dears,

i have create the below procedure in order to change date_placed_in_service for asset but i get the below error:

CREATE OR REPLACE PROCEDURE Call_Data_In_Service_API(P_ASSET_ID    IN NUMBER,
                                                 P_date_in_service IN date) IS
  l_trans_rec             FA_API_TYPES.trans_rec_type;
  l_asset_hdr_rec         FA_API_TYPES.asset_hdr_rec_type;
  l_asset_fin_rec_adj     FA_API_TYPES.asset_fin_rec_type;
  l_asset_fin_rec_new     FA_API_TYPES.asset_fin_rec_type;
  l_asset_fin_mrc_tbl_new FA_API_TYPES.asset_fin_tbl_type;
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center