DBA Data[Home] [Help]

APPS.CSE_ASSET_MOVE_PKG dependencies on CSE_ASSET_UTIL_PKG

Line 1239: cse_asset_util_pkg.is_valid_to_process (

1235:
1236: l_src_transaction_id := cse_neg_adj_rec.transaction_id ;
1237: l_qty_to_process := ABS(cse_neg_adj_rec.primary_units) ;
1238:
1239: cse_asset_util_pkg.is_valid_to_process (
1240: p_asset_attrib_rec => g_asset_attrib_rec,
1241: x_valid_to_process => l_valid_to_process,
1242: x_return_status => l_return_status,
1243: x_error_msg => l_error_msg);

Line 2033: l_inst_loc_rec cse_asset_util_pkg.inst_loc_rec;

2029: l_hook_used pls_integer;
2030: l_dest_fa_book_type_code varchar2(15);
2031: l_dest_fa_category_id number;
2032: l_dest_fa_location_id number;
2033: l_inst_loc_rec cse_asset_util_pkg.inst_loc_rec;
2034: l_prev_instance_id number;
2035:
2036: l_serial_control_code NUMBER;
2037: l_total_qty_processed NUMBER :=0;

Line 2165: cse_asset_util_pkg.get_fa_location(

2161: l_inst_loc_rec.location_id := p_dest_move_trans_tbl(d_ind).location_id;
2162:
2163: debug ('get destination asset location_id :');
2164:
2165: cse_asset_util_pkg.get_fa_location(
2166: p_inst_loc_rec => l_inst_loc_rec,
2167: x_asset_location_id => l_dest_fa_location_id,
2168: x_return_status => l_return_status,
2169: x_error_msg => l_error_msg);