Possible to Populate Location Key Flexfields via script?
We are going to bring over assets from a system external to Oracle EBS. The mass_additions table requires location_id to be populated, so I'd like to generate the locations in the location key flex field in advance. I was intending on just inserting into FA_LOCATIONS via PL/SQL, is it ok to do this? I am going to use the fa_locations_s sequence for location_id, but wasn't sure about summary_flag. I'm assuming this would be N. I do have dynamic insertion turned on for the flex field. Does anyone foresee any issues with this?
0