DBA Data[Home] [Help]

APPS.CSE_ASSET_UTIL_PKG dependencies on CSE_UTIL_PKG

Line 1664: cse_util_pkg.get_redeploy_flag(

1660: IF l_serial_number IS NULL THEN
1661: -- redeployment is supported only for serialized items
1662: l_redeploy_flag := 'N' ;
1663: ELSE
1664: cse_util_pkg.get_redeploy_flag(
1665: p_inventory_item_id => p_asset_attrib_rec.inventory_item_id,
1666: p_serial_number => p_asset_attrib_rec.serial_number,
1667: p_transaction_date => p_asset_attrib_rec.transaction_date,
1668: x_redeploy_flag => l_redeploy_flag,

Line 2504: l_error_message := cse_util_pkg.dump_error_stack;

2500: x_msg_count => l_msg_count,
2501: x_msg_data => l_msg_data );
2502:
2503: IF NOT (l_return_status = fnd_api.g_ret_sts_success) THEN
2504: l_error_message := cse_util_pkg.dump_error_stack;
2505: RAISE fnd_api.g_exc_error;
2506: END IF;
2507:
2508: IF l_location_type_code IS NULL THEN