DBA Data[Home] [Help]

APPS.CSE_ASSET_MOVE_PKG dependencies on CSE_ASSET_UTIL_PKG

Line 1254: cse_asset_util_pkg.is_valid_to_process (

1250:
1251: l_src_transaction_id := cse_neg_adj_rec.transaction_id ;
1252: l_qty_to_process := ABS(cse_neg_adj_rec.primary_units) ;
1253:
1254: cse_asset_util_pkg.is_valid_to_process (
1255: p_asset_attrib_rec => g_asset_attrib_rec,
1256: x_valid_to_process => l_valid_to_process,
1257: x_return_status => l_return_status,
1258: x_error_msg => l_error_msg);

Line 2096: l_inst_loc_rec cse_asset_util_pkg.inst_loc_rec;

2092: l_hook_used pls_integer;
2093: l_dest_fa_book_type_code varchar2(15);
2094: l_dest_fa_category_id number;
2095: l_dest_fa_location_id number;
2096: l_inst_loc_rec cse_asset_util_pkg.inst_loc_rec;
2097: l_prev_instance_id number;
2098:
2099: l_serial_control_code NUMBER;
2100: l_total_qty_processed NUMBER :=0;

Line 2237: cse_asset_util_pkg.get_fa_location(

2233: l_inst_loc_rec.location_id := p_dest_move_trans_tbl(d_ind).location_id;
2234:
2235: debug ('get destination asset location_id :');
2236:
2237: cse_asset_util_pkg.get_fa_location(
2238: p_inst_loc_rec => l_inst_loc_rec,
2239: x_asset_location_id => l_dest_fa_location_id,
2240: x_return_status => l_return_status,
2241: x_error_msg => l_error_msg);